superfly / fly-pr-review-apps

Github Action for PR Review Apps on Fly.io
Apache License 2.0
186 stars 116 forks source link

Secrets with spaces #62

Open ravibazz opened 2 months ago

ravibazz commented 2 months ago

Description

Secrets which are imported from github secrets and which have spaces (pem file) are right now breaking the pipeline due to line below which separates based on the space character

https://github.com/superfly/fly-pr-review-apps/blob/6f79ec3a7d017082ed11e7c464dae298ca75b21b/entrypoint.sh#L48.