Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgknoldus authored Jan 23, 2024
1 parent 5e81a36 commit 0085234
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,17 @@ jobs:
run: |
echo "GitHub Token: $CUSTOM_TOKEN"
env
- name: Set up Maven settings
run: |
mkdir -p $HOME/.m2
echo "<settings><servers><server><id>github</id><username>abidknashtech</username><password>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</password></server></servers></settings>" > $HOME/.m2/settings.xml
#env:
#GITHUB_USERNAME: ${{ github.actor }}

- name: Debug Maven settings
run: |
cat $GITHUB_WORKSPACE/settings.xml
cat $HOME/.m2/settings.xml
- name: Build, Publish, and Deploy
run: |
Expand Down

0 comments on commit 0085234

Please sign in to comment.