Skip to content

Commit

Permalink
add comment for NPM token name
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Feb 24, 2021
1 parent e755977 commit fb7cc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- run: npm run release
if: ${{ github.event == 'push' }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
GITHUB_TOKEN: ${{secrets.github_token}}

0 comments on commit fb7cc86

Please sign in to comment.