Skip to content

Commit

Permalink
add token back to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Feb 20, 2022
1 parent e1cb2cd commit 5bd9d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
run: yarn
- name: Publish Package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.ORG_TOKEN }}

0 comments on commit 5bd9d6e

Please sign in to comment.