mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-02-27 21:41:30 +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:
|
update:
|
||||||
if: github.repository == 'notashelf/nyxpkgs'
|
if: github.repository == 'notashelf/nyxpkgs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
4
.github/workflows/update-pkgs.yml
vendored
4
.github/workflows/update-pkgs.yml
vendored
|
@ -9,6 +9,10 @@ jobs:
|
||||||
update:
|
update:
|
||||||
if: github.repository == 'notashelf/nyxpkgs'
|
if: github.repository == 'notashelf/nyxpkgs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue