Skip to content

Commit c521bfe

Browse files
Update bot.yaml
1 parent ec5f1b3 commit c521bfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
pytest test_unit.py
4444
pytest test_rdm.py
4545
- name: Run Medata Validation Test and RDM
46+
env:
47+
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
4648
run: |
4749
cd tests
48-
python tests/bot_yaml.py
50+
python bot_yaml.py
4951

0 commit comments

Comments
 (0)