From 57e356731859f62e609ba5c94dfca527db6212c3 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 24 Apr 2025 21:13:46 +0800 Subject: [PATCH] chore(ci): fix release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d34212..968d827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - "v[0-9]+.[0-9]+.[0-9]+" permissions: - contents: read + contents: write actions: write jobs: @@ -40,7 +40,7 @@ jobs: with: name: v${{ env.version }} tag: v${{ env.version }} - token: ${{ secrets.REPO_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true artifacts: "WeChatFerry/tmp/*" body: |