[CHORE] Adjust Action Inputs
Some checks failed
Deploy USW-MC / deploy-edge (push) Failing after 6m40s
Some checks failed
Deploy USW-MC / deploy-edge (push) Failing after 6m40s
This commit is contained in:
parent
b2f093111f
commit
968aa1fc74
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ try {
|
|||
kc.loadFromString(Buffer.from(envConfig, "base64").toString("utf8"));
|
||||
else kc.loadFromDefault();
|
||||
} catch (e) {
|
||||
console.error("There was an issue loading the config from an envar! Using default permissions!");
|
||||
console.error(e);
|
||||
kc.loadFromDefault();
|
||||
}
|
||||
export default kc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue