Skip to content

Commit 6411bbf

Browse files
authored
Merge pull request #6673 from dnnsoftware/dependabot/github_actions/calibreapp/image-actions-1.3.0
Bump calibreapp/image-actions from 1.2.0 to 1.3.0
2 parents 4484986 + 4b46e02 commit 6411bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
- name: Compress Images
2828
id: compress_images
29-
uses: calibreapp/image-actions@1.2.0
29+
uses: calibreapp/image-actions@1.3.0
3030
with:
31-
githubToken: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
compressOnly: ${{ github.event_name != 'pull_request' }} # For non-Pull Requests, run in compressOnly mode and we'll PR after.
3333

3434
- name: Create Pull Request

0 commit comments

Comments
 (0)