Skip to content

Commit

Permalink
ci: Fix permissions for doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Sep 24, 2024
1 parent ee37fe3 commit 3984ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
path: target/avr-atmega168/doc

deploy:
permissions:
# to deploy to Pages
pages: write
# to verify the deployment originates from an appropriate source
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 3984ae9

Please sign in to comment.