Skip to content

Commit 2decebd

Browse files
authored
Merge pull request #316 from AdvancedPhotonSource/copilot/update-bilbao-test-workflow
Inject BCS_API_KEY secret as step-level env var in bilbao-test workflow
2 parents c88d2f3 + 9ad5db2 commit 2decebd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bilbao-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
pixi run install
3030
3131
- name: run Bilbao self-test
32+
env:
33+
BCS_API_KEY: ${{ secrets.BCS_API_KEY }}
3234
run: |
3335
cd pixi
3436
pixi run python -m pytest ../tests/run_bilbao.py

0 commit comments

Comments
 (0)