From 58d85d54d70f47041b9a9073677c0bbd6ec19ad5 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 29 Feb 2020 19:34:31 -0500 Subject: [PATCH] ci: secret name --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 70bd3da..aa7112e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -65,7 +65,7 @@ jobs: run: yarn && yarn build - name: Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: yarn semantic-release