Skip to content

Commit e9c5455

Browse files
committed
Added missing environment variables to CI
1 parent 9bb637d commit e9c5455

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/examples.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,7 @@ jobs:
175175
cmake -DCMAKE_PREFIX_PATH=/usr/local/share/geant4/install/4.11.2/ -Bbuild examples/Geant4/FixedTarget/
176176
cmake --build build
177177
- name: Run Example
178-
run: python examples/Geant4/geant4_simvue.py build/MaterialTesting --ci --events 10
178+
run: |
179+
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
180+
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
181+
python examples/Geant4/geant4_simvue.py build/MaterialTesting --ci --events 10

0 commit comments

Comments
 (0)