diff --git a/.github/workflows/auto-tag-pr.yml b/.github/workflows/auto-tag-pr.yml index f37318e0..00f0108b 100644 --- a/.github/workflows/auto-tag-pr.yml +++ b/.github/workflows/auto-tag-pr.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - uses: ncipollo/release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} tag: ${{ needs.tag-pre-release.outputs.tag }} bodyFile: ".github/LATEST_CHANGELOG.md" mark-issue-fixed: