Skip to content

Commit

Permalink
SMTP Environment Variables (#111)
Browse files Browse the repository at this point in the history
Follow up to #97 

## Changes

<!-- What changes did you make? -->

- add env vars for dummy gmail account for email notifications to CI

## Testing

<!-- How did you confirm your changes worked? -->

- test email sending via preview branch (e.g. demote a HL/promote a RS)

## Confirmation of Change

<!-- Upload a screenshot, if possible. Otherwise, please provide
instructions on how to see the change. -->

N/A
  • Loading branch information
petabite authored Jun 3, 2024
1 parent 5cef55a commit aa15c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
echo MONGODB_URI=${{ secrets.MONGODB_URI }} >> .env
echo FRONTEND_ORIGIN=${{ vars.FRONTEND_ORIGIN }} >> .env
echo FIREBASE=${{ secrets.FIREBASE }} >> .env
echo GMAILUSER=${{ secrets.GMAILUSER }} >> .env
echo GMAILPASS=${{ secrets.GMAILPASS }} >> .env
- name: Deploy to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit aa15c0f

Please sign in to comment.