This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push: new 6b6d9aa1f98 Remove remaining use of setup-cloud@v0 action (#31907) 6b6d9aa1f98 is described below commit 6b6d9aa1f98dd0a6e257ed28b6d8a7d0e9f0ae97 Author: Yi Hu <ya...@google.com> AuthorDate: Tue Jul 16 15:27:31 2024 -0400 Remove remaining use of setup-cloud@v0 action (#31907) --- .github/workflows/playground_backend_precommit.yml | 2 +- .github/workflows/run_perf_alert_tool.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/playground_backend_precommit.yml b/.github/workflows/playground_backend_precommit.yml index 4c45547f469..79517e705c2 100644 --- a/.github/workflows/playground_backend_precommit.yml +++ b/.github/workflows/playground_backend_precommit.yml @@ -60,7 +60,7 @@ jobs: sudo apt-get install sbt --yes sudo wget https://codeload.github.com/spotify/scio.g8/zip/7c1ba7c1651dfd70976028842e721da4107c0d6d -O scio.g8.zip && unzip scio.g8.zip && mv scio.g8-7c1ba7c1651dfd70976028842e721da4107c0d6d /opt/scio.g8 - name: Set up Cloud SDK and its components - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: install_components: 'beta,cloud-datastore-emulator' version: '${{ env.DATASTORE_EMULATOR_VERSION }}' diff --git a/.github/workflows/run_perf_alert_tool.yml b/.github/workflows/run_perf_alert_tool.yml index 1f623571acd..4bb5df41dcf 100644 --- a/.github/workflows/run_perf_alert_tool.yml +++ b/.github/workflows/run_perf_alert_tool.yml @@ -40,12 +40,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.8 - - name: Authenticate on GCP - if: github.event_name != 'pull_request' - uses: google-github-actions/setup-gcloud@v0 - with: - service_account_key: ${{ secrets.GCP_SA_KEY }} - export_default_credentials: true - name: Install Apache Beam working-directory: ./sdks/python run: pip install -e .[gcp,test]