Skip to content

Commit b382be3

Browse files
blackheavenTristanCacqueray
authored andcommitted
fix(ci): add permissions for website generation
1 parent 6e891b8 commit b382be3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
if: ${{ github.ref == 'refs/heads/main' }}
3535
needs: check-advisories
3636
runs-on: ubuntu-22.04
37+
permissions:
38+
contents: write # for git push (s0/git-publish-subdir-action)
3739
steps:
3840
- uses: actions/checkout@v4
3941
with:

0 commit comments

Comments
 (0)