CI: fix permissions

This commit is contained in:
Marien Zwart 2024-06-22 21:09:32 +10:00
parent 8c7b188ae5
commit 13e64824f4
No known key found for this signature in database

View file

@ -21,6 +21,8 @@ on:
jobs:
flake-update:
permissions:
contents: write
uses: ./.github/workflows/flake-update.yml
check:
uses: ./.github/workflows/check.yml
@ -33,6 +35,8 @@ jobs:
ref: flake-update
needs: [flake-update]
push:
permissions:
contents: write
uses: ./.github/workflows/push-flake-update.yml
needs: [check, cachix]