mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-09 19:55:28 +01:00
Use PAT to create release
See https://github.community/t/github-action-trigger-on-release-not-working-if-releases-was-created-by-automation/16559
This commit is contained in:
parent
c2b937a896
commit
35e52b21a9
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -117,4 +117,4 @@ jobs:
|
||||||
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
|
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
|
||||||
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
|
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
|
Loading…
Reference in a new issue