Skip to content

Commit ec28ee6

Browse files
committed
add id-token permission for release
1 parent 61f3d89 commit ec28ee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/changesets.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

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

10-
permissions: {}
10+
permissions:
11+
id-token: write
1112

1213
jobs:
1314
release:

0 commit comments

Comments
 (0)