Skip to content

Commit

Permalink
Remove the use of google-github-actions/auth@v1 (apache#33338)
Browse files Browse the repository at this point in the history
* Remove use of google-github-actions/auth step.

* Create beam_PostCommit_Java_IO_Performance_Tests.json
  • Loading branch information
damondouglas authored Dec 10, 2024
1 parent 6d8e02e commit 76bcec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
java-version: default
- name: Authenticate on GCP
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: run scheduled javaPostcommitIOPerformanceTests script
if: github.event_name == 'schedule' #This ensures only scheduled runs publish metrics publicly by changing which exportTable is configured
uses: ./.github/actions/gradle-command-self-hosted-action
Expand Down

0 comments on commit 76bcec0

Please sign in to comment.