Skip to content

Commit b02283a

Browse files
committed
chore: add tokens to github actions
1 parent f669b73 commit b02283a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
run: npm install
3939
- name: Update tests, coverage, and release
4040
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

Comments
 (0)