Skip to content

Commit 7a96159

Browse files
authored
Give id-token write permissions to release workflow for npm provenance (#816)
1 parent 563b51e commit 7a96159

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
release:
1111
needs: call-build
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
1315
steps:
1416
- uses: actions/checkout@v4
1517
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)