Skip to content

Commit a692dab

Browse files
- Add NODE_AUTH_TOKEN
1 parent 53bbf49 commit a692dab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jobs:
4949
NPM_CONFIG_REGISTRY: "https://registry.npmjs.org/"
5050
# If using Nx, it also needs the GitHub token for the release side
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
# This tells npm to use the OIDC token for the registry
53+
NODE_AUTH_TOKEN: ${{ steps.get_id_token.outputs.token }}

0 commit comments

Comments
 (0)