Skip to content

Commit

Permalink
Fix: pages workflow had no write access
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed May 18, 2024
1 parent 3f3d9c8 commit 0a0472d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@a56e3a80896f10bfe28feea2c49695c0225b2485
Expand Down

0 comments on commit 0a0472d

Please sign in to comment.