Skip to content

Commit

Permalink
update pat
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Jan 8, 2025
1 parent 228b917 commit c7d25ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
name: TARDIS v${{ env.NEW_TAG }}
tag_name: release-${{ env.NEW_TAG }}
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.TEST_1 }}
body: "This release has been created automatically by the TARDIS continuous delivery pipeline."
draft: false

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: release-${{ env.NEW_TAG }}
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.TEST_1 }}
body: |
This release has been created automatically by the TARDIS continuous delivery pipeline.
${{ env.doi_badge }}
Expand Down

0 comments on commit c7d25ac

Please sign in to comment.