diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index ecfb9028..5c45eaed 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -22,6 +22,14 @@ 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 }}