mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-26 16:52:42 +02:00
Fix PAT for release comments
This commit is contained in:
parent
069774e709
commit
fb4d7885f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-comment.yml
vendored
2
.github/workflows/release-comment.yml
vendored
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue