From 3e8fe16e0700f20510655acf8d0cdad6cbb31e31 Mon Sep 17 00:00:00 2001 From: titor Date: Fri, 24 Apr 2026 04:02:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=20secrets.release=20?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=20token=20=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2499051..a0fcb70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: - name: Create release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.release }} run: | cd artifacts COMMIT_MSG=$(git log -1 --format="%s" HEAD)