mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-28 22:46:00 +00:00
ci: Add id-token write permission
This commit is contained in:
parent
1d782243e0
commit
737b3782db
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -8,6 +8,10 @@ on:
|
|||||||
- "LICENSE*"
|
- "LICENSE*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
# For npm publish provenance
|
||||||
|
id-token: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_PROFILE: release-lto
|
BUILD_PROFILE: release-lto
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user