Skip to content

Commit 9014c7c

Browse files
committed
chore(ci): add id-token permission
1 parent 83fe916 commit 9014c7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
15+
permissions:
16+
id-token: write
17+
1418
steps:
1519
- uses: actions/checkout@v4
1620

0 commit comments

Comments
 (0)