Skip to content

Commit

Permalink
feat: add proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Aug 8, 2024
1 parent 7c28f31 commit 43ac41d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ env:
ED_USERNAME: ${{ secrets.ED_USERNAME }}
ED_PASSWORD: ${{ secrets.ED_PASSWORD }}
CAPTCHA_API_KEY: ${{ secrets.CAPTCHA_API_KEY }}
PROXY_SERVER: ${{ secrets.PROXY_SERVER }}
PROXY_USERNAME: ${{ secrets.PROXY_USERNAME }}
PROXY_PASSWORD: ${{ secrets.PROXY_PASSWORD }}
SIGN_IN_URL: ${{ vars.SIGN_IN_URL }}
EXEC_MINS: ${{ vars.EXEC_MINS }}

Expand Down
Binary file modified add-to-cart.mjs
Binary file not shown.
Binary file modified helpers/bookSlot.mjs
Binary file not shown.

0 comments on commit 43ac41d

Please sign in to comment.