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
{{ message }}
This repository was archived by the owner on Sep 14, 2019. It is now read-only.
Currently, there's an ugly workaround required to provide the private key on CI deployments to now.sh.
The root cause is vercel/vercel#749, but I wonder if it would be worthwhile for probot to accept a base64 encoded private key via a PRIVATE_KEY_BASE64 env variable, so decoding it manually is not required.
This is arguably feature bloat, but would definitely reduce the friction of a common use case.