Skip to content

Commit

Permalink
ci: Set the proper permissions for publish docs gh action so that it …
Browse files Browse the repository at this point in the history
…can perform OIDC auth.
  • Loading branch information
mturoci committed Jan 7, 2025
1 parent 8c2cde1 commit f48d9ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
id-token: write
contents: write

jobs:
publish:
name: Publish Docs
Expand Down

0 comments on commit f48d9ed

Please sign in to comment.