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
Base64 decode the app secret for pytorch-auto-revert lamba (#6967)
They way that the lambdas are structured and the terraform is setup, it
is not possible to pass newlines as environment variables.
So the github app key, that is a private key, needs to be b64 encoded.
0 commit comments