Skip to content

Commit

Permalink
add id-token permission for release
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jul 15, 2023
1 parent 61f3d89 commit ec28ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions: {}
permissions:
id-token: write

jobs:
release:
Expand Down

0 comments on commit ec28ee6

Please sign in to comment.