Skip to content

Commit

Permalink
chore: Update generate_docs workflow to include permissions for GitHu…
Browse files Browse the repository at this point in the history
…b Pages and OIDC token
  • Loading branch information
dasunpubudumal committed Aug 22, 2024
1 parent 40bb4aa commit 449d3f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- '143-write-*'
workflow_dispatch:

permissions:
pages: write # Allow writing to the GitHub Pages
id-token: write # Allow OIDC token to be issued

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 449d3f3

Please sign in to comment.