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]