Skip to content

Commit a8b558e

Browse files
committed
added necessary environment variables to after-cache job
1 parent 22f9302 commit a8b558e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/functional_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108

109109
- name: Run scraper again (to test cache)
110110
env:
111-
DREXEL_SCHEDULER_SHIB_IDP_SESSION_COOKIE: ${{ secrets.DREXEL_SCHEDULER_SHIB_IDP_SESSION_COOKIE }}
111+
DREXEL_USERNAME: ${{ secrets.DREXEL_USERNAME }}
112+
DREXEL_PASSWORD: ${{ secrets.DREXEL_PASSWORD }}
113+
DREXEL_MFA_SECRET_KEY: ${{ secrets.DREXEL_MFA_SECRET_KEY }}
112114
run: docker compose run scraper python3 src/main.py --db --all-colleges --ratings
113115

114116
- name: Verify courses data exists in database

0 commit comments

Comments
 (0)