Skip to content

Commit

Permalink
fix credentials.json for macos job
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 66f9ea5 commit ff3b76d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ jobs:
chmod +x opa_darwin_amd64
# Setup credentials for service account
echo "$env:GWS_GITHUB_AUTOMATION_CREDS" > credentials.json
echo $env:GWS_GITHUB_AUTOMATION_CREDS > credentials.json
cat credentials.json
pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL"

0 comments on commit ff3b76d

Please sign in to comment.