We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eac03 commit 1415fd0Copy full SHA for 1415fd0
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
DATABASE_URL: postgres://user_test:password_test@localhost:5432/auth_mailer_test
50
SECRET_KEY: ${{ secrets.SECRET_KEY }}
51
- SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
+ GOOGLE_APP_PASSWORD: ${{ secrets.GOOGLE_APP_PASSWORD }}
52
EMAIL: ${{ secrets.EMAIL }}
53
NODE_ENV: test
54
run: npm test
0 commit comments