Skip to content

Commit

Permalink
Secrets variable fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Aug 5, 2024
1 parent 9f7c97e commit e41ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
IMAGE_SCANNER_URL: "${IMAGE_SCANNER_SECRET}:url"
IMAGE_SCANNER_USERNAME: "${IMAGE_SCANNER_SECRET}:username"
IMAGE_SCANNER_PASSWORD: "${IMAGE_SCANNER_SECRET}:password"
SMTP_HOST: "${SMTP_CREDS_SECRET}:mail_server"
SMTP_HOST: "${SMTP_CREDS_SECRET}:smtp_server"
SMTP_PORT: "${SMTP_CREDS_SECRET}:smtp_port"
SMTP_USERNAME: "${SMTP_CREDS_SECRET}:username"
SMTP_PASSWORD: "${SMTP_CREDS_SECRET}:password"
Expand Down

0 comments on commit e41ff85

Please sign in to comment.