Skip to content

Commit 1ba3569

Browse files
authored
Merge pull request #183 from refactor-group/fix_mailersend_api_key_deployment_issue
MAILERSEND_API_KEY should be set as a secret, not an env var
2 parents ba5f521 + 2177dba commit 1ba3569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_do.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# -------- Mailersend Config
116116
# Template ID for welcome emails
117117
WELCOME_EMAIL_TEMPLATE_ID=${{ vars.WELCOME_EMAIL_TEMPLATE_ID }}
118-
MAILERSEND_API_KEY=${{ vars.MAILERSEND_API_KEY }}
118+
MAILERSEND_API_KEY=${{ secrets.MAILERSEND_API_KEY }}
119119
120120
# -------- Frontend Config
121121
# Docker image for frontend

0 commit comments

Comments
 (0)