File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 GCS_PUBLIC_FILES : ${{ secrets.GCS_PUBLIC_FILES }}
3131 GCS_UNIFORM : ${{ secrets.GCS_UNIFORM }}
3232 GCS_SERVICE_ACCOUNT : ${{ secrets.GCP_SA_KEY }}
33+ SENDGRID_API_KEY : ${{ secrets.SENDGRID_API_KEY }}
3334
3435 steps :
3536 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 3030 GCS_PUBLIC_FILES : ${{ secrets.GCS_PUBLIC_FILES }}
3131 GCS_UNIFORM : ${{ secrets.GCS_UNIFORM }}
3232 GCS_SERVICE_ACCOUNT : ${{ secrets.GCP_SA_KEY }}
33+ SENDGRID_API_KEY : ${{ secrets.SENDGRID_API_KEY }}
3334
3435 steps :
3536 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ env_variables:
2222 GCS_PUBLIC_FILES: $GCS_PUBLIC_FILES
2323 GCS_UNIFORM: $GCS_UNIFORM
2424 GCS_SERVICE_ACCOUNT: '$GCS_SERVICE_ACCOUNT '
25+ SENDGRID_API_KEY: $SENDGRID_API_KEY
2526automatic_scaling:
2627 min_instances: $MIN_INSTANCES
2728 max_instances: $MAX_INSTANCES
You can’t perform that action at this time.
0 commit comments