Skip to content

Commit

Permalink
Use different environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reid authored Feb 13, 2020
1 parent dd0ac21 commit 0622c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
auth-token: ${{secrets.npm_token}}
cmd: publish
env:
NPM_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 0622c29

Please sign in to comment.