From e4fb59b9d8ba9990bbc5ce489e5f09100dac8aea Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:45:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adjusts=20GitHub=20Token=20Usage?= =?UTF-8?q?=20for=20Releases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ac4991..60f7ed6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,5 +47,5 @@ jobs: npm run semantic-release env: CI: true - GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}