Skip to content

Commit 5695213

Browse files
Update bot.yaml
1 parent 51322b7 commit 5695213

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/bot.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ jobs:
3030
with:
3131
python-version: '3.x'
3232

33-
- name: Check for Required Environment Variables
34-
env:
35-
CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}
36-
run: |
37-
if [ -z "$CALTECHDATA_TOKEN" ]; then
38-
echo "Error: CALTECHDATA_TOKEN environment variable is not set"
39-
exit 1
40-
fi
41-
4233
- name: Install dependencies
4334
run: |
4435
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)