From b02283abcd7a955cf597534d9cf6f46b53dc47a5 Mon Sep 17 00:00:00 2001 From: MirrorBytes Date: Wed, 23 Dec 2020 12:57:12 -0500 Subject: [PATCH] chore: add tokens to github actions --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4977488..7d1105b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}