From 64dafd6e379fb634029f7d500b4b6b8e0b7b1079 Mon Sep 17 00:00:00 2001 From: huanhuanwa <2323666215@qq.com> Date: Mon, 15 Jul 2024 17:56:57 +0800 Subject: [PATCH] build: echo 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 2da22962..c2ec20c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,8 @@ jobs: - uses: hmarr/auto-approve-action@v4 with: review-message: 'Auto approve sync PRs to auto merge them' - github-token: ${{ secrets.GITHUB_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish: if: startsWith(github.head_ref, 'release-auto-') needs: [autoApprove]