aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2024-08-18 16:27:20 -0700
committerMax Isom <[email protected]>2024-08-18 16:27:20 -0700
commitfb4d7885f71f5e4fbbf0a4d34d0e844bf4eeff32 (patch)
treedc0e6b2f1baf041d8fc8e208c2bcd82696bcdebb /.github/workflows
parent069774e7094a7f40ba230cad8a190e0fb34dce0d (diff)
downloadmuse-fb4d7885f71f5e4fbbf0a4d34d0e844bf4eeff32.tar.xz
muse-fb4d7885f71f5e4fbbf0a4d34d0e844bf4eeff32.zip
Fix PAT for release comments
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-comment.yml b/.github/workflows/release-comment.yml
index ab042ac..af122e7 100644
--- a/.github/workflows/release-comment.yml
+++ b/.github/workflows/release-comment.yml
@@ -8,6 +8,6 @@ jobs:
steps:
- uses: apexskier/github-release-commenter@v1
with:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
comment-template: |
🚀 Released in {release_link}.