From 40ac102a874c217744c73aa3bb51e2624a0c8026 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Thu, 25 Jul 2024 23:03:48 +0000 Subject: [PATCH] change secret creds --- .github/workflows/run_smoke_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 75cb71a5..d88844a8 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -52,7 +52,5 @@ jobs: - name: Execute ScubaGoggles and check for correct output run: | echo "In step to execute ScubaGoggles smoke test" - echo $env:SCUBA_GITHUB_AUTOMATION_CREDS.subjectemail - echo $env:SCUBA_GITHUB_AUTOMATION_CREDS.subjectemail | ConvertFrom-Json echo $env:GWS_SERVICE_ACCOUNT pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SERVICE_ACCOUNT" \ No newline at end of file