[CHORE] Adjust Action Inputs
Some checks failed
Deploy USW-MC / deploy-edge (push) Failing after 6m40s

This commit is contained in:
Dunemask 2024-08-25 11:34:55 -06:00
parent b2f093111f
commit 968aa1fc74

View file

@ -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;