Skip to content

Commit

Permalink
chore: add tokens to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MirrorBytes committed Dec 23, 2020
1 parent f669b73 commit b02283a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
run: npm install
- name: Update tests, coverage, and release
run: npm run test:update && npx codecov && npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b02283a

Please sign in to comment.