Skip to content

Commit

Permalink
Fix inserting multiline secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Oct 27, 2023
1 parent 773adfc commit ecf6f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ test:
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
openid_connect_signing_key: <%= ENV["OPENID_CONNECT_SIGNING_KEY"] %>
openid_connect_signing_key: <%= ENV["OPENID_CONNECT_SIGNING_KEY"].dump %>
tmc_server_secret_for_communicating_to_secret_project: <%= ENV["TMC_SERVER_SECRET_FOR_COMMUNICATING_TO_SECRET_PROJECT"] %>

0 comments on commit ecf6f34

Please sign in to comment.