We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bcddb commit 097699cCopy full SHA for 097699c
1 file changed
.github/workflows/compress-images.yml
@@ -48,7 +48,7 @@ jobs:
48
id: calibre
49
uses: calibreapp/image-actions@main
50
with:
51
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
compressOnly: ${{ github.event_name != 'pull_request' }}
53
jpegProgressive: true
54
- name: Create Pull Request
0 commit comments