Skip to content

Commit

Permalink
set github token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 9, 2024
1 parent 4d165c9 commit 720e3b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

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

jobs:
deploy:
environment:
Expand Down

0 comments on commit 720e3b0

Please sign in to comment.