Skip to content

Commit

Permalink
Ensure GITHUB_TOKEN has permission id-token: write
Browse files Browse the repository at this point in the history
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
  • Loading branch information
chrisliu1995 committed Jul 4, 2024
1 parent a0b7bc6 commit c0d9e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
gh-release:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit c0d9e97

Please sign in to comment.