Skip to content

Commit

Permalink
Add id-token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jan 31, 2024
1 parent 99110f0 commit 4a240fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
jobs:
release:
permissions:
contents: write # to create release (changesets/action)
issues: write # to post issue comments (changesets/action)
pull-requests: write # to create pull request (changesets/action)
id-token: write
contents: write
issues: write
pull-requests: write
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4a240fc

Please sign in to comment.