This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch fixprecommitjava
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 249c79ad3ac25a3a87fb70283204b6c775f013f5
Author: Yi Hu <[email protected]>
AuthorDate: Mon Jun 3 14:47:28 2024 -0400

    Fix PreCommit Java Example auth issue
---
 .github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml 
b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml
index 77629e8a7c3..fb55a25bbb9 100644
--- a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml
+++ b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml
@@ -98,13 +98,6 @@ jobs:
         uses: ./.github/actions/setup-environment-action
         with:
           java-version: default
-      - name: Authenticate on GCP
-        uses: google-github-actions/setup-gcloud@v0
-        with:
-          service_account_email: ${{ secrets.GCP_SA_EMAIL }}
-          service_account_key: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
-          export_default_credentials: true
       - name: run javaExamplesDataflowPrecommit script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:

Reply via email to