Skip to content

Commit 0622c29

Browse files
author
Benjamin Reid
authored
Use different environment variables.
1 parent dd0ac21 commit 0622c29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
cmd: install
1515
- uses: borales/actions-yarn@v2.0.0
1616
with:
17-
auth-token: ${{secrets.npm_token}}
1817
cmd: publish
18+
env:
19+
NPM_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)