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 759195b commit 5b64772
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,18 @@ jobs:
run: |
cat $GITHUB_WORKSPACE/settings.xml
env
- name: Set up Maven settings
run: |
mkdir -p $HOME/.m2
echo "<settings><servers><server><id>github</id><username>NashTech-Labs</username><password>$***env.GITHUB_TOKEN***</password></server></servers></settings>" > $HOME/.m2/settings.xml
#env:
#GITHUB_USERNAME: ${{ github.actor }}

- name: Display Actor and Token
run: |
echo "GITHUB_ACTOR: $GITHUB_ACTOR"
echo "GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
- name: Build, Publish, and Deploy
run: |
Expand Down

0 comments on commit 5b64772

Please sign in to comment.