From 53cc844aa849160909f5ac33bac6fe06ac850967 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:42:08 +0000 Subject: [PATCH 1/2] Initial plan From 9ad5db200b6e92b167d741282ecc0822a96e0863 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:42:56 +0000 Subject: [PATCH 2/2] Add BCS_API_KEY secret as step-level env var in bilbao-test.yml Co-authored-by: briantoby <9433704+briantoby@users.noreply.github.com> Agent-Logs-Url: https://github.com/AdvancedPhotonSource/GSAS-II/sessions/cfde2486-9f48-45be-8284-acf7eb7c13eb --- .github/workflows/bilbao-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bilbao-test.yml b/.github/workflows/bilbao-test.yml index dc90cc26..5942324a 100644 --- a/.github/workflows/bilbao-test.yml +++ b/.github/workflows/bilbao-test.yml @@ -29,6 +29,8 @@ jobs: pixi run install - name: run Bilbao self-test + env: + BCS_API_KEY: ${{ secrets.BCS_API_KEY }} run: | cd pixi pixi run python -m pytest ../tests/run_bilbao.py