From d657e8aa5601558d5d74e0406361c84c2bb8760a Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 29 Mar 2022 16:15:31 -0700 Subject: [PATCH] Add env variables --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91dbfa..7e9fa22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,3 +17,6 @@ jobs: - name: Release if: github.ref_name == 'master' run: npx semantic-release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}