Skip to content

Commit

Permalink
Pass secret to environment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Dec 27, 2024
1 parent e2886ac commit 53a41bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
_output-file: 'values.staging.yaml'
AWS_SSL_ARN: ${{ secrets.AWS_SSL_ARN }}
## web
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
MAILER_ADDRESS: ${{ secrets.MAILER_ADDRESS }}
MAILER_DOMAIN: ${{ secrets.MAILER_DOMAIN }}
MAILER_PASSWORD: ${{ secrets.STAGING_MAILER_PASSWORD }}
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
_output-file: 'values.production.yaml'
AWS_SSL_ARN: ${{ secrets.AWS_SSL_ARN }}
## web
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
MAILER_ADDRESS: ${{ secrets.MAILER_ADDRESS }}
MAILER_DOMAIN: ${{ secrets.MAILER_DOMAIN }}
MAILER_PASSWORD: ${{ secrets.MAILER_PASSWORD }}
Expand Down

0 comments on commit 53a41bb

Please sign in to comment.