From adc1b7174585b86dc5275b469ece14cb3fcce427 Mon Sep 17 00:00:00 2001 From: Carl Whittaker Date: Thu, 29 Feb 2024 16:20:03 +0000 Subject: [PATCH] chore: use `RELEASE_GITHUB_TOKEN` to push the release commit --- .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 8a41e00d..05a46ee6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: run: npm audit signatures - name: Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} HUSKY: 0 CI: true