From 4d8216fa90058bd2acc2922a84aa3c9b128f2c09 Mon Sep 17 00:00:00 2001 From: Chuck MANCHUCK Reeves Date: Wed, 22 May 2024 17:18:05 -0400 Subject: [PATCH] build: fixing typo --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8c87330..5cb675aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,19 +17,13 @@ jobs: name: Update Release steps: - - name: Check Token - if: env.GH_TOKEN == '' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: echo "GH_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV - - name: Checkout id: checkout uses: actions/checkout@v4 with: ref: '3.x' fetch-depth: 0 - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GH_TOKEN_COMMIT }} - name: Setup node uses: actions/setup-node@v3