We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f669b73 commit b02283aCopy full SHA for b02283a
.github/workflows/release.yml
@@ -38,3 +38,6 @@ jobs:
38
run: npm install
39
- name: Update tests, coverage, and release
40
run: npm run test:update && npx codecov && npx semantic-release
41
+ env:
42
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments