Skip to content

Fix typo in Python snapshot generation workflow#6693

Merged
ryanking13 merged 1 commit intomainfrom
geongjae/snapshot-typo
Apr 30, 2026
Merged

Fix typo in Python snapshot generation workflow#6693
ryanking13 merged 1 commit intomainfrom
geongjae/snapshot-typo

Conversation

@ryanking13
Copy link
Copy Markdown
Contributor

Fixes typo in wrong secret key

Splitted out from: #6683

@ryanking13 ryanking13 requested review from dom96 and hoodmane April 29, 2026 08:43
@ryanking13 ryanking13 requested review from a team as code owners April 29, 2026 08:43
@ryanking13 ryanking13 requested a review from jamesopstad April 29, 2026 08:43
@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk Bot commented Apr 29, 2026

The change is a single-character fix: renaming GOOGLESOURCE_COOKE to GOOGLESOURCE_COOKIE — correcting a typo in a secret key name passed to a reusable workflow. The right-hand side (${{ secrets.GOOGLESOURCE_COOKIE }}) was already correct, but the left-hand side (the key the called workflow receives) was misspelled, which would cause the called workflow to not receive the secret under its expected name.

This is a clear, correct, minimal fix. No code, no API changes, no backward compatibility concerns.

LGTM

github run

@ryanking13 ryanking13 enabled auto-merge April 29, 2026 08:48
@ryanking13 ryanking13 force-pushed the geongjae/snapshot-typo branch from fd0b5c2 to 03896e2 Compare April 30, 2026 04:41
@ryanking13 ryanking13 merged commit 5597141 into main Apr 30, 2026
22 checks passed
@ryanking13 ryanking13 deleted the geongjae/snapshot-typo branch April 30, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants