From ceceb63b86fd35c53e1bf655ed8ac0ff31e77a62 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 11 Oct 2025 12:49:20 +0200 Subject: [PATCH] Adjust for calibre change in 1.3.0 Signed-off-by: yubiuser --- .github/workflows/calibreapp-image-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 3b561a4..43313b8 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -23,4 +23,4 @@ jobs: - name: Compress Images uses: calibreapp/image-actions@1.4.1 # TODO: if they start using a tag like v1, switch to that with: - githubToken: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}