Skip to content

Commit 6761ba9

Browse files
CopilotDavidKRK
andauthored
fix: rename githubToken to GITHUB_TOKEN in image-actions step (v1.2.0+ API) (#180)
Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/384df50e-f836-47d7-8591-e0ebb41bbb38 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
1 parent ffb6a40 commit 6761ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automation-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Compress Images
7575
uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1
7676
with:
77-
githubToken: ${{ secrets.GITHUB_TOKEN }}
77+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
compressOnly: true
7979
jpegQuality: '85'
8080
pngQuality: '85'

0 commit comments

Comments
 (0)