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: