Skip to content

Commit

Permalink
fix(workflow) add secret tokens to the covector run (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jul 20, 2020
1 parent 19af83c commit 61fbf68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: covector version or publish (publish when no change files present)
uses: jbolda/covector/packages/action@covector-v0
id: covector
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish'
createRelease: true
- name: Create Pull Request With Versions Bumped
Expand Down

0 comments on commit 61fbf68

Please sign in to comment.