From e8185e008112916656f5cb3b96451ac78c0f5597 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Wed, 24 Jul 2024 13:42:32 -0400 Subject: [PATCH] use community bucket --- .github/workflows/test-runner-untrusted.yml | 1 - .github/workflows/windows-cmake.yml | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-runner-untrusted.yml b/.github/workflows/test-runner-untrusted.yml index 92307a09ea13e..f7826f369c3a4 100644 --- a/.github/workflows/test-runner-untrusted.yml +++ b/.github/workflows/test-runner-untrusted.yml @@ -61,4 +61,3 @@ jobs: }} sccache-mode: 'READ' vcpkg-cache-mode: 'read' - secrets: inherit diff --git a/.github/workflows/windows-cmake.yml b/.github/workflows/windows-cmake.yml index f6d1e9a5006fd..6ecf5639005f8 100644 --- a/.github/workflows/windows-cmake.yml +++ b/.github/workflows/windows-cmake.yml @@ -66,8 +66,7 @@ jobs: - uses: google-github-actions/auth@v2 if: ${{ inputs.sccache-mode == 'READ' || inputs.vcpkg-cache-mode == 'read' }} with: - create_credentials_file: true - credentials_json: ${{ secrets.BUILD_CACHE_KEY_READ_ONLY }} + create_credentials_file: false - uses: actions/setup-python@v5 id: py311 with: @@ -273,10 +272,10 @@ jobs: export CMAKE_OUT='c:\b' ci/gha/builds/windows-cmake.sh ${{ matrix.build_type }} ${{ steps.dynamic.outputs.features }} env: - SCCACHE_GCS_BUCKET: cloud-cpp-gha-cache + SCCACHE_GCS_BUCKET: cloud-cpp-community-gha-cache SCCACHE_GCS_KEY_PREFIX: sccache/${{ matrix.msvc }}/${{ matrix.arch}}/${{ matrix.build_type }} SCCACHE_GCS_RW_MODE: ${{ inputs.sccache-mode }} SCCACHE_IGNORE_SERVER_IO_ERROR: 1 - VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-gha-cache/vcpkg-cache/${{ matrix.msvc }},${{ inputs.vcpkg-cache-mode }} + VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-community-gha-cache/vcpkg-cache/${{ matrix.msvc }},${{ inputs.vcpkg-cache-mode }} VCPKG_TRIPLET: ${{ matrix.arch }}-windows GHA_TEST_BUCKET: "gcs-grpc-team-cloud-cpp-testing-bucket"