Skip to content

Commit

Permalink
Use an API key ID and secret for NHSN in pipeline-run-check.yaml (#269)
Browse files Browse the repository at this point in the history
Update pipeline-run-check.yaml
  • Loading branch information
dylanhmorris authored Dec 29, 2024
1 parent a82f053 commit 74a2a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline-run-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
run-pipeline:
runs-on: ubuntu-latest
env:
NHSN_API_KEY_ID: ${{ secrets.NHSN_API_KEY_ID }}
NHSN_API_KEY_SECRET: ${{ secrets.NHSN_API_KEY_SECRET }}
steps:
- uses: actions/checkout@v4
- name: Set up python
Expand Down

0 comments on commit 74a2a3f

Please sign in to comment.