Skip to content

Commit

Permalink
fix: permissions for deployment to gh-pages
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Lessenich <[email protected]>
  • Loading branch information
xai committed Apr 3, 2024
1 parent d3f5340 commit 18e13b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches: ["master"]
workflow_dispatch:

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

# Allow only one concurrent deployment
# Do not cancel in progress as we want production deployments to complete.
concurrency:
Expand Down

0 comments on commit 18e13b4

Please sign in to comment.