Skip to content

Add parameter to allow configured secrets#8

Open
channelbeta wants to merge 2 commits into
max:masterfrom
channelbeta:add-allow-arg
Open

Add parameter to allow configured secrets#8
channelbeta wants to merge 2 commits into
max:masterfrom
channelbeta:add-allow-arg

Conversation

@channelbeta
Copy link
Copy Markdown

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.

2 participants