mirror of
https://github.com/icewind1991/nvidia-patch-nixos.git
synced 2026-06-03 19:14:06 +02:00
give action token write permissions
This commit is contained in:
parent
af8a80cf08
commit
d4325d02db
1 changed files with 4 additions and 0 deletions
4
.github/workflows/extract.yaml
vendored
4
.github/workflows/extract.yaml
vendored
|
|
@ -10,6 +10,10 @@ on:
|
|||
jobs:
|
||||
extract:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue