Skip to content

Commit

Permalink
Update run_orchestrator_1.yml
Browse files Browse the repository at this point in the history
add repo secrets
  • Loading branch information
jbwexler authored May 17, 2024
1 parent 856c234 commit 2294217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_orchestrator_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ jobs:
- run: pip install flywheel-sdk==18.0.0
- name: Run Python Script
run: python orchestrator_1.py
env:
FW_API_KEY: ${{ secrets.FW_API_KEY }}
REDCAP_API_KEY: ${{ secrets.REDCAP_API_KEY }}

0 comments on commit 2294217

Please sign in to comment.