Skip to content

Commit

Permalink
Set contents permission to write
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Feb 22, 2024
1 parent 28ad699 commit fd3e5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
contents: write
# pages: write
# id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down

0 comments on commit fd3e5a9

Please sign in to comment.