WIP: Build & Release
This commit is contained in:
@@ -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];
|
||||
}
|
||||
Reference in New Issue
Block a user