Skip to content

Commit

Permalink
fix: github action correct token passed as env
Browse files Browse the repository at this point in the history
  • Loading branch information
LijuJoseJJ committed Oct 24, 2020
1 parent 9ad0238 commit df95ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-github-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit df95ded

Please sign in to comment.