Skip to content

Commit

Permalink
Update CHANGE-PASSWORD-Smoke.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdez99 authored Jun 14, 2024
1 parent 93e9378 commit a9bf8ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CHANGE-PASSWORD-Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: |
sed -i "s/SIDE_DOOR_USERNAME/${{ secrets.SIDEDOORUSERNAME }}/g" src/main/resources/conf/cloudEnv.properties
sed -i "s/SIDE_DOOR_PASSWORD/${{ secrets.SIDEDOORPASSWORD }}/g" src/main/resources/conf/cloudEnv.properties
sed -i "s/USER_VAR/${{ secrets.JUAREZDS_USERNAME }}/g" src/main/resources/conf/cloudEnv.properties
sed -i "s/PASSWORD_VAR/${{ secrets.JUAREZDS_PASSWORD }}/g" src/main/resources/conf/cloudEnv.properties
if [ "${{ github.event_name }}" = "schedule" ]; then
sed -i "s/BROWSER_VAR/chrome/g" src/main/resources/conf/cloudEnv.properties
else
Expand Down

0 comments on commit a9bf8ae

Please sign in to comment.