We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d78224 commit 737b378Copy full SHA for 737b378
1 file changed
.github/workflows/build.yaml
@@ -8,6 +8,10 @@ on:
8
- "LICENSE*"
9
workflow_dispatch:
10
11
+permissions:
12
+ # For npm publish provenance
13
+ id-token: write
14
+
15
env:
16
BUILD_PROFILE: release-lto
17
CARGO_INCREMENTAL: 0
0 commit comments