From 1af2f1b9929f32c9bb98d2303a8971ada04ead9e Mon Sep 17 00:00:00 2001 From: vimal-knoldus Date: Tue, 23 Jan 2024 00:59:57 +0530 Subject: [PATCH] Revert changes --- .github/workflows/car-demo-pipeline.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index 79f9415d..ecfb9028 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -22,14 +22,6 @@ jobs: distribution: 'temurin' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} - - uses: s4u/maven-settings-action@v2.3.0 - with: - servers: | - [{ - "id": "github", - "username": "vimal-knoldus", - "password": "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" - }] - uses: 'google-github-actions/auth@v1' with: credentials_json: ${{ secrets.GKE_KEY }}