mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 21:31:03 +00:00
CI: give update workflows write perms
This commit is contained in:
parent
43544ebd27
commit
90503bc911
2 changed files with 7 additions and 0 deletions
3
.github/workflows/update-flake.yml
vendored
3
.github/workflows/update-flake.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/update-pkgs.yml
vendored
4
.github/workflows/update-pkgs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue