CI: give update workflows write perms

This commit is contained in:
raf 2023-11-05 11:36:13 +03:00
parent 43544ebd27
commit 90503bc911
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,9 @@ jobs:
update:
if: github.repository == 'notashelf/nyxpkgs'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -9,6 +9,10 @@ jobs:
update:
if: github.repository == 'notashelf/nyxpkgs'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4