From d2a7eeea4cc0ad06b0e285d95053e7bdc01dead9 Mon Sep 17 00:00:00 2001 From: iancleary Date: Mon, 23 Sep 2024 11:33:35 -0700 Subject: [PATCH] Rename secret --- .github/workflows/check-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 6b4065c..15a78af 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -33,7 +33,7 @@ jobs: - name: Verify Release env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npx auto pr-check --url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1ddeb6..9e02906 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Create Release env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | pnpm run release