Skip to content

Commit

Permalink
remove env key/value since its unneeded, call secrets vars directly; …
Browse files Browse the repository at this point in the history
…remove permissions: read-only since we have to write credentials.json to root of runner
  • Loading branch information
mitchelbaker-cisa authored Sep 18, 2024
1 parent d690ce3 commit f9ae0c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
branches:
- "main"
push:
# Uncomment when testing locally
paths:
- ".github/workflows/run_smoke_test.yml"
# - ".github/actions/setup-dependencies-windows/action.yml"
# - ".github/actions/setup-dependencies-macos/action.yml"
- ".github/actions/setup-dependencies-windows/action.yml"
- ".github/actions/setup-dependencies-macos/action.yml"
branches:
- "main"
- "*smoketest*"
Expand Down Expand Up @@ -69,10 +68,6 @@ jobs:
# ctrl + f and search "python-3.<minor>.<patch>-<darwin-arm64/win32/linux>" for supported versions
python-version: ${{ fromJSON(needs.configuration.outputs.python-version) }}
runs-on: ${{ matrix.operating-system }}
env:
GWS_GITHUB_AUTOMATION_CREDS: ${{ secrets.GWS_GITHUB_AUTOMATION_CREDS }}
GWS_SUBJECT_EMAIL: ${{ secrets.GWS_SUBJECT_EMAIL }}
GWS_DOMAIN: ${{ secrets.GWS_DOMAIN }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f9ae0c3

Please sign in to comment.