Skip to content

Commit

Permalink
give actions job permissions needed for gh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Feb 6, 2025
1 parent 4ff1a62 commit 56a16e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
deploy-site:
needs: build-site
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
Expand Down

0 comments on commit 56a16e4

Please sign in to comment.