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 53a41bb commit a164cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
_output-file: 'values.development.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

0 comments on commit a164cc9

Please sign in to comment.