Skip to content

Commit

Permalink
fix: add sending emails env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Aug 12, 2024
1 parent cc49552 commit b063d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
ED_USERNAME: ${{ secrets.ED_USERNAME }}
ED_PASSWORD: ${{ secrets.ED_PASSWORD }}
CAPTCHA_API_KEY: ${{ secrets.CAPTCHA_API_KEY }}
SENDING_EMAILS: ${{ secrets.SENDING_EMAILS }}
SIGN_IN_URL: ${{ vars.SIGN_IN_URL }}
EXEC_MINS: ${{ vars.EXEC_MINS }}

Expand Down

0 comments on commit b063d0a

Please sign in to comment.