Skip to content

Commit

Permalink
Update car-demo-updated-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgknoldus authored Jan 25, 2024
1 parent 63a08f8 commit 617ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/car-demo-updated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
#echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>github</id> <username>sgknoldus</username> <password>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</password> </server> </servers></settings>' > $GITHUB_WORKSPACE/settings.xml
echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>github</id> <username>sgknoldus</username> <password>${secrets.CUSTOM_GITHUB_TOKEN_PAT}</password> </server> </servers></settings>' > $GITHUB_WORKSPACE/settings.xml
echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>github</id> <username>sgknoldus</username> <password>${secrets.CUSTOM_GITHUB_TOKEN_PAT}</password> </server> </servers></settings>' > $HOME/.m2/settings.xml
echo "<settingsSecurity><master>${secrets.CUSTOM_GITHUB_TOKEN_PAT}</master></settingsSecurity>" > $HOME/.m2/settings-security.xml
echo "<settingsSecurity><master>${CUSTOM_GITHUB_TOKEN_PAT}</master></settingsSecurity>" > $HOME/.m2/settings-security.xml
- name: Build, Publish, and Deploy
run: |
. apps-deployment-script.sh "us-east1"
Expand Down

0 comments on commit 617ef5a

Please sign in to comment.