diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e196ac78..6df15526 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}