Skip to content

Commit 3744c1d

Browse files
authored
chore(release): add npm provenance support to GHA release (nextauthjs#10712)
1 parent 0089c93 commit 3744c1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ on:
6262
- "adapter-upstash-redis"
6363
- "adapter-xata"
6464
- "next-auth"
65+
66+
permissions:
67+
id-token: write
68+
6569
env:
6670
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
6771
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
6872
FORCE_COLOR: true
73+
NPM_CONFIG_PROVENANCE: true
6974

7075
jobs:
7176
test:

0 commit comments

Comments
 (0)