Skip to content

Commit

Permalink
Use GITHUB_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbaney committed Jun 25, 2020
1 parent d04df39 commit 5142d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: yarn install
- run: yarn build-bundle
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparc-test-design-system-components",
"version": "0.3.3",
"version": "0.3.4",
"private": false,
"main": "./dist/sparc-test-design-system-components.common.js",
"scripts": {
Expand Down

0 comments on commit 5142d26

Please sign in to comment.