From c2559bc7310d42550f49115a8adc7b103af8fd19 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 28 Mar 2022 10:56:42 +0100 Subject: [PATCH] :key: Use bot token if available in tag workflow --- .github/workflows/auto-tag-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-tag-pr.yml b/.github/workflows/auto-tag-pr.yml index f37318e0ec..00f0108bd6 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: