Skip to content

Commit

Permalink
use env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanlaha committed Aug 21, 2019
1 parent afeffc1 commit d2b298e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: actions/[email protected]
- env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
uses: actions/[email protected]
with:
args: publish --access public
secrets: NPM_AUTH_TOKEN

0 comments on commit d2b298e

Please sign in to comment.