Skip to content

Commit

Permalink
ci(gh-pages): add missing permission for gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Apr 9, 2024
1 parent c520fd0 commit 861d0d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
needs: build
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
contents: write
# Deploy to the github-pages environment
environment:
name: github-pages
Expand Down

0 comments on commit 861d0d4

Please sign in to comment.