WIP: Build & Release

This commit is contained in:
Michał Zieliński
2025-02-12 17:46:30 +01:00
parent 5db6f6c629
commit c12e77a238

View File

@@ -25,6 +25,6 @@ module.exports = async ({ github, context, core, jobId }) => {
}
function getValue(token) {
const secrets = json.parse(process.env.SECRETS);
const secrets = JSON.parse(process.env.SECRETS);
return process.env[token] || secrets[token];
}