Skip to content

Commit

Permalink
Added github token to deploy doc step
Browse files Browse the repository at this point in the history
  • Loading branch information
eduwardpost committed Jan 26, 2024
1 parent e225e83 commit 18aacd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
# Requires the build job results
needs: test
runs-on: ubuntu-latest

permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- name: Download artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 18aacd5

Please sign in to comment.