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 parameter to allow configured secrets #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

channelbeta
Copy link

Hello :)

This PR adds a new parameter allowed_patterns that can be configured with a JSON file. This can be used to avoid failed runs when we want to have a secret (like test keys) in the repository.

I tested it with your own repository, using this pattern file:

{
  "some key": "1:283108921048:web:d2bd16290170357a9391da",
  "other key": "1:283108921048:web:d2bd16290170357a9391ad"
}

Regarding the refactor of entrypoint.sh, I started fixing a few shellcheck warnings and got to a point where I couldn't fix it while keeping the old style. So I rewrote it 😓

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.

1 participant