Skip to content

Commit 3f86713

Browse files
committed
ci: edge releases with provenance
1 parent 188e329 commit 3f86713

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
ci:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: write
1416
steps:
1517
- uses: actions/checkout@v3
1618
- run: corepack enable
@@ -54,3 +56,4 @@ jobs:
5456
run: ./scripts/release-edge.sh
5557
env:
5658
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
59+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)