From 352b634367b15df7a900c611c9ff15590a1518cb Mon Sep 17 00:00:00 2001 From: Hamlet Jiang Su Date: Tue, 7 Jan 2025 01:47:45 -0800 Subject: [PATCH] misc: update token --- .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 55396e126..b19cc6e83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: if: ${{ inputs.test_run }} == 'false' uses: ncipollo/release-action@v1 with: - token: ${{ secrets.GH_ACCESS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} tag: "${{ steps.extract_version.outputs.tag }}" prerelease: ${{ steps.extract_version.outputs.prerelease }} draft: true