Skip to content

Commit

Permalink
Adding write permission for GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 26, 2024
1 parent dcd73f8 commit ce45771
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ jobs:
# Deploy to the github-pages environment
# but not on PRs
if: ${{ github.event_name != 'pull_request' }}


permissions:
contents: write
id-token: write
pages: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit ce45771

Please sign in to comment.