Skip to content

Commit 00ea2c8

Browse files
authored
Merge pull request #40 from haniffalab/feat/smtp-setup
add SENDGRID_API_KEY variable
2 parents 4952a40 + c8c3da8 commit 00ea2c8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-appengine-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
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

.github/workflows/deploy-appengine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
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

create_yaml.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
2526
automatic_scaling:
2627
min_instances: $MIN_INSTANCES
2728
max_instances: $MAX_INSTANCES

0 commit comments

Comments
 (0)