From a9bf8ae3d323b56c57d7171dbcf49d0c9a1a4bb4 Mon Sep 17 00:00:00 2001 From: Diego Juarez <45674986+iamdez99@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:58:48 -0400 Subject: [PATCH] Update CHANGE-PASSWORD-Smoke.yml --- .github/workflows/CHANGE-PASSWORD-Smoke.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CHANGE-PASSWORD-Smoke.yml b/.github/workflows/CHANGE-PASSWORD-Smoke.yml index aa941223e..3cc920248 100644 --- a/.github/workflows/CHANGE-PASSWORD-Smoke.yml +++ b/.github/workflows/CHANGE-PASSWORD-Smoke.yml @@ -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