Skip to content

Commit

Permalink
re-encrypts heroku credentials with new key (#5256)
Browse files Browse the repository at this point in the history
* re-encrypts heroku credentials with new key

* reference a heroku-specific rails creds key in the github action that builds heroku environments
  • Loading branch information
jnf authored Dec 20, 2024
1 parent b3ed502 commit 0eec131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/heroku-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
RACK_ENV=production \
LOG_LEVEL=info \
RAILS_SERVE_STATIC_FILES=enabled \
RAILS_MASTER_KEY_NEW=${{ secrets.RAILS_MASTER_KEY_NEW }} \
RAILS_MASTER_KEY=${{ secrets.HEROKU_RAILS_MASTER_KEY }} \
BUNDLE_GITHUB__COM=${{ secrets.BUNDLE_GITHUB__COM }} \
FRAUD_INDICATORS_KEY=${{ secrets.FRAUD_INDICATORS_KEY }} \
HEROKU_DNS_AWS_ACCESS_KEY_ID=${{ secrets.HEROKU_DNS_AWS_ACCESS_KEY_ID }} \
Expand Down
2 changes: 1 addition & 1 deletion config/credentials/heroku.yml.enc

Large diffs are not rendered by default.

0 comments on commit 0eec131

Please sign in to comment.