Skip to content

Commit

Permalink
ci: add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed Jun 10, 2024
1 parent 6c09f3a commit 7f1718f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ run:
- name: SECRET_NAME
value: 'stori-sendgrid'
- name: STAGE
value: 'dev'
value: 'dev'
secrets:
- name: stori-database-credentials
- value_from: "arn:aws:secretsmanager:us-west-2:339713191966:secret:stori-database-credentials-cEeXnx"

0 comments on commit 7f1718f

Please sign in to comment.