Skip to content

Commit

Permalink
Use org level CI variable (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Dec 13, 2020
1 parent 6249fac commit 24f705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Publish to NPM
run: ./scripts/publish.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
VERSION: ${{ needs.setup.outputs.version }}
- name: Deploy Docs
run: ./scripts/deploy-docs.sh "$VERSION"
Expand Down

0 comments on commit 24f705d

Please sign in to comment.