Skip to content

Commit 737b378

Browse files
committed
ci: Add id-token write permission
1 parent 1d78224 commit 737b378

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- "LICENSE*"
99
workflow_dispatch:
1010

11+
permissions:
12+
# For npm publish provenance
13+
id-token: write
14+
1115
env:
1216
BUILD_PROFILE: release-lto
1317
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)