Skip to content

Commit

Permalink
using token on registry auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ammichael committed Mar 1, 2020
1 parent 91f61da commit 91641f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create .npmrc
run: |
echo "@platformbuilders:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=teste" > ~/.npmrc
//npm.pkg.github.com/:_authToken=${{ secrets.GPR_ACCESS_TOKEN }}" > ~/.npmrc
- name: Publish
run: npm publish

Expand Down

0 comments on commit 91641f9

Please sign in to comment.