Skip to content

Commit

Permalink
return to documented token environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Sep 26, 2024
1 parent 97d7cb1 commit 1dbb5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
cmd: install # will run `yarn install` command
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # if needed
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # if needed
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit 1dbb5cc

Please sign in to comment.