From 8c723e06d957138c6b4f2fc7506b251dd185b02f Mon Sep 17 00:00:00 2001 From: kcs-koteswaradodda <86834695+kcs-koteswaradodda@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:27:03 +0530 Subject: [PATCH] Update vertx-base.yaml --- .github/workflows/vertx-base.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/vertx-base.yaml b/.github/workflows/vertx-base.yaml index 73fa545..add592f 100644 --- a/.github/workflows/vertx-base.yaml +++ b/.github/workflows/vertx-base.yaml @@ -29,10 +29,6 @@ jobs: with: project_id: 'som-rit-infrastructure-prod' workload_identity_provider: 'projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github' - - - name: Configure Maven to use gcloud as a credential helper - run: | - gcloud auth application-default login --quiet flag - name: Cache Maven dependencies uses: actions/cache@v3 @@ -81,4 +77,4 @@ jobs: restore-keys: ${{ runner.os }}-maven - name: Deploy to Maven Central - run: mvn -Dmaven.wagon.http.retryHandler.count=3 --batch-mode -e -DskipTests=true deploy \ No newline at end of file + run: mvn -Dmaven.wagon.http.retryHandler.count=3 --batch-mode -e -DskipTests=true deploy