Skip to content

Commit 1415fd0

Browse files
authored
fix: replace SendGrid API key with Google App password
1 parent 16eac03 commit 1415fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
DATABASE_URL: postgres://user_test:password_test@localhost:5432/auth_mailer_test
5050
SECRET_KEY: ${{ secrets.SECRET_KEY }}
51-
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
51+
GOOGLE_APP_PASSWORD: ${{ secrets.GOOGLE_APP_PASSWORD }}
5252
EMAIL: ${{ secrets.EMAIL }}
5353
NODE_ENV: test
5454
run: npm test

0 commit comments

Comments
 (0)