Skip to content

Commit

Permalink
Add settings for PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Jan 22, 2024
1 parent 8da9263 commit 0453739
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
servers: |
[{
"id": "github"
"username": "vimal-knoldus"
"password": "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</password>
}]
- uses: 'google-github-actions/auth@v1'
with:
credentials_json: ${{ secrets.GKE_KEY }}
Expand Down

0 comments on commit 0453739

Please sign in to comment.