Skip to content

Commit

Permalink
Add more permission to allow pushing the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
egguy committed Nov 8, 2023
1 parent e5507fc commit d6bebdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
jobs:
build-doc:
runs-on: ubuntu-latest
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d6bebdb

Please sign in to comment.