From 9c822dc25c10e95cf926b6453eeb464a38cdbd85 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 18:23:30 -0500 Subject: [PATCH] chore: fix env var name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb56f1c..143d557 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,5 +84,5 @@ jobs: if: success() && endsWith(github.ref, 'master') run: npm run release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}