aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-03-12 11:03:53 -0500
committerMax Isom <[email protected]>2022-03-12 11:03:53 -0500
commit35e52b21a97fe7919f74829ff440f2b4b4f38751 (patch)
tree71c6469daca49f26fdce861d070d2a016101e525 /.github/workflows
parentc2b937a89629c65c6cbcfd1206d669f799cde33d (diff)
downloadmuse-35e52b21a97fe7919f74829ff440f2b4b4f38751.tar.xz
muse-35e52b21a97fe7919f74829ff440f2b4b4f38751.zip
Use PAT to create release
See https://github.community/t/github-action-trigger-on-release-not-working-if-releases-was-created-by-automation/16559
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index d3f15e8..44c1d5b 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -117,4 +117,4 @@ jobs:
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
allowUpdates: true
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_PAT }}