Skip to content

Commit

Permalink
give id-token: write permissions
Browse files Browse the repository at this point in the history
this is required for GHA OIDC auth
  • Loading branch information
erickzhao committed Feb 10, 2025
1 parent c710214 commit 421280e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
tags:
- v[0-9]+.[0-9]+.[0-9]+*

permissions: {}
permissions:
id-token: write
contents: read

jobs:
docs:
Expand Down

0 comments on commit 421280e

Please sign in to comment.