From b4d66a43e1a83b47bc85467c6741a208bf292529 Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 31 Oct 2023 00:57:18 -0700 Subject: [PATCH] [ci-skip] use correct github token for configuration variable --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36b414cf2..75adadde2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: name: Prepare build number if it doesn't exist with: debug: true - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TOKEN }} script: | const { owner, repo } = context.repo; @@ -97,7 +97,7 @@ jobs: if: success() with: debug: true - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TOKEN }} script: | const { owner, repo } = context.repo; const value = ${{ env.NEXT_BUILD_NUMBER }} + 1;