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

Add multiline secrets #61

Merged
merged 12 commits into from
Jun 17, 2023
Merged

Conversation

AngelOnFira
Copy link
Member

This adds multiline secrets. This will allow secrets, such as private keys, to be included in a format that makes sense.

It may arise that this format doesn't work for certain cases, but other measures can be put in place if needed.

As of right now, this doesn't give you a way to add a multiline string directly to the Action file, however, you could likely follow the same method by just converting it to a single line in a way you like.

This will close #47.

@AngelOnFira AngelOnFira merged commit 1e12712 into SpicyPizza:main Jun 17, 2023
12 checks passed
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

Successfully merging this pull request may close these issues.

How to escape multiline values in .env file
1 participant