Fix action

This commit is contained in:
Fundor333
2024-02-26 00:44:52 +01:00
parent 736f37b76e
commit 8bc5308461

View File

@@ -38,7 +38,7 @@ jobs:
id: calibre
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
githubToken: ${{ secrets.PersonalToken }}
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
compressOnly: ${{ github.event_name != 'pull_request' }}
- name: Create Pull Request