From 03896e27a5d7d481c5ae17a275cdfc6251d0e5f9 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Wed, 29 Apr 2026 08:42:02 +0000 Subject: [PATCH] chore: Fix typo in snapshot generation workflow --- .github/workflows/release-python-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python-snapshots.yml b/.github/workflows/release-python-snapshots.yml index 18a7240de2d..3f27291c222 100644 --- a/.github/workflows/release-python-snapshots.yml +++ b/.github/workflows/release-python-snapshots.yml @@ -23,7 +23,7 @@ jobs: secrets: BAZEL_CACHE_KEY: ${{ secrets.BAZEL_CACHE_KEY }} WORKERS_MIRROR_URL: ${{ secrets.WORKERS_MIRROR_URL }} - GOOGLESOURCE_COOKE: ${{ secrets.GOOGLESOURCE_COOKIE }} + GOOGLESOURCE_COOKIE: ${{ secrets.GOOGLESOURCE_COOKIE }} build: needs: [build-linux]