Skip to content

Commit 18c3324

Browse files
committed
fix: add id-token in release workflow
1 parent 9047377 commit 18c3324

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
npm:
3030
runs-on: ubuntu-latest
3131
needs: goreleaser
32+
permissions:
33+
contents: read
34+
id-token: write
3235
steps:
3336
- uses: actions/checkout@v4
3437
with:

0 commit comments

Comments
 (0)