Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secrets with spaces #62

Open
ravibazz opened this issue Aug 13, 2024 · 0 comments
Open

Secrets with spaces #62

ravibazz opened this issue Aug 13, 2024 · 0 comments

Comments

@ravibazz
Copy link

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

echo $INPUT_SECRETS | tr " " "\n" | flyctl secrets import --app "$app"
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant