ci: Use machine account PAT for creating releases

Because using GITHUB_TOKEN to create releases prevents the notify
workflow from kicking off.
pull/76/head v2.0.1
Robert Dailey 2 years ago
parent 0e9a26911f
commit 3653c2aea1

@ -122,7 +122,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT }}
with:
files: publish-zip/recyclarr-*.zip
body: ${{ steps.changelog.outputs.release_notes }}

Loading…
Cancel
Save