You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy to cloud run and one of the env_vars has a value that is multi line, specifically it is a PEM key.
This seems to make the key not be used properly in cloud run UI.
The problem is with GH_APP_PRIVATE_KEY
Tried with with both "" and without.
In the google console UI the output looks like this
This might be a yaml question more than a deploy-cloudrun one.
TL;DR
I'm trying to deploy to cloud run and one of the
env_vars
has a value that is multi line, specifically it is a PEM key.This seems to make the key not be used properly in cloud run UI.
The problem is with
GH_APP_PRIVATE_KEY
Tried with with both
""
and without.In the google console UI the output looks like this
This might be a yaml question more than a deploy-cloudrun one.
Expected behavior
No response
Observed behavior
No response
Action YAML
Log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: