From b95388b6bbda0350717d9eaade55e054d9c0d790 Mon Sep 17 00:00:00 2001 From: KasukabeDefenceForce Date: Mon, 25 Nov 2024 20:30:58 +0530 Subject: [PATCH] Add token to release workflow (#2889) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2672f22d3c2..8938cc30124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,6 +88,7 @@ jobs: with: name: TARDIS v${{ env.NEW_TAG }} tag_name: release-${{ env.NEW_TAG }} + token: ${{ secrets.BOT_TOKEN }} body: "This release has been created automatically by the TARDIS continuous delivery pipeline." draft: false @@ -127,6 +128,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: release-${{ env.NEW_TAG }} + token: ${{ secrets.BOT_TOKEN }} body: | This release has been created automatically by the TARDIS continuous delivery pipeline. ${{ env.doi_badge }}