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]