From ec0f2f6b933e218a699fe0c8c55bfb646fbe0a33 Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Thu, 10 Oct 2024 11:42:25 -0400 Subject: [PATCH] Attempt to fix the permred "PostCommit Java IO Performance Tests" (#32736) * Attempt to fix permred test. * Also remove token format, making it consistent with java_tests and python_tests. * Remove the triggering file since the test is only triggered with the yaml file on master. --- .../workflows/beam_PostCommit_Java_IO_Performance_Tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml index b8c79e2677ca..2cc1523e51b5 100644 --- a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml +++ b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml @@ -89,11 +89,10 @@ jobs: with: java-version: default - name: Authenticate on GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GCP_SA_KEY }} project_id: ${{ secrets.GCP_PROJECT_ID }} - token_format: 'access_token' - name: Setup gcloud uses: google-github-actions/setup-gcloud@v2 with: