Skip to content

Commit

Permalink
Add token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Nov 25, 2024
1 parent 02b5a89 commit 8bee1ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 8bee1ca

Please sign in to comment.