Skip to content

Commit

Permalink
Attempt to fix the permred "PostCommit Java IO Performance Tests" (#3…
Browse files Browse the repository at this point in the history
…2736)

* 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.
  • Loading branch information
shunping authored Oct 10, 2024
1 parent 95bf983 commit ec0f2f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec0f2f6

Please sign in to comment.