We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f9302 commit a8b558eCopy full SHA for a8b558e
.github/workflows/functional_test.yml
@@ -108,7 +108,9 @@ jobs:
108
109
- name: Run scraper again (to test cache)
110
env:
111
- DREXEL_SCHEDULER_SHIB_IDP_SESSION_COOKIE: ${{ secrets.DREXEL_SCHEDULER_SHIB_IDP_SESSION_COOKIE }}
+ DREXEL_USERNAME: ${{ secrets.DREXEL_USERNAME }}
112
+ DREXEL_PASSWORD: ${{ secrets.DREXEL_PASSWORD }}
113
+ DREXEL_MFA_SECRET_KEY: ${{ secrets.DREXEL_MFA_SECRET_KEY }}
114
run: docker compose run scraper python3 src/main.py --db --all-colleges --ratings
115
116
- name: Verify courses data exists in database
0 commit comments