Skip to content

Commit

Permalink
Merge pull request #103 from susom/depend-auth
Browse files Browse the repository at this point in the history
removed GCP auth in Test stage
  • Loading branch information
pratapd1 authored Dec 18, 2024
2 parents 325c8ae + cfe4f2e commit cb16762
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/vertx-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ jobs:
with:
fetch-depth: 0

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
project_id: ${{ secrets.WORKLOAD_IDENTITY_PROJECT }}
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
create_credentials_file: true
export_environment_variables: true
cleanup_credentials: true

- name: Set up OAuth2 access token for Maven
run: |
echo "ACCESS_TOKEN=$(gcloud auth print-access-token)" >> $GITHUB_ENV
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit cb16762

Please sign in to comment.