Skip to content

Commit

Permalink
chore(release): add npm provenance support to GHA release (#10712)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 24, 2024
1 parent 0089c93 commit 3744c1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -62,10 +62,15 @@ on:
- "adapter-upstash-redis"
- "adapter-xata"
- "next-auth"

permissions:
id-token: write

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
FORCE_COLOR: true
NPM_CONFIG_PROVENANCE: true

jobs:
test:
Expand Down

0 comments on commit 3744c1d

Please sign in to comment.