diff options
| author | Max Isom <[email protected]> | 2022-03-12 11:03:53 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-03-12 11:03:53 -0500 |
| commit | 35e52b21a97fe7919f74829ff440f2b4b4f38751 (patch) | |
| tree | 71c6469daca49f26fdce861d070d2a016101e525 /.github/workflows | |
| parent | c2b937a89629c65c6cbcfd1206d669f799cde33d (diff) | |
| download | muse-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.yml | 2 |
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 }} |
