Skip to content

Commit ea575c7

Browse files
committed
Add NODE_AUTH_TOKEN to GitHub Actions environment for NPM access
1 parent b89dac7 commit ea575c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ jobs:
273273
permissions:
274274
contents: read
275275
packages: read
276+
env:
277+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
276278
steps:
277279
- name: Checkout code
278280
uses: actions/[email protected]

0 commit comments

Comments
 (0)