From 288d1bdaa632bc95008c7a8c22df2d47afe6cab3 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:24:56 +0800 Subject: [PATCH] fix: release workflow token --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14da289..a1b08e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,8 @@ jobs: release: runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }} + # Allow triggering other workflows + GITHUB_TOKEN: ${{ secrets.PAT }} steps: - name: Checkout uses: actions/checkout@v4