commented creds to fail the flow

This commit is contained in:
Balaga Gayatri 2021-08-23 13:06:40 +05:30 committed by GitHub
commit 27965d150b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ async function main() {
await executeAzCliCommand("--version", true, execOptions);
core.debug(`az cli version used:\n${output}`);
let creds = core.getInput('creds', { required: true });
// let creds = core.getInput('creds', { required: true });
let secrets = new SecretParser(creds, FormatType.JSON);
let servicePrincipalId = secrets.getSecret("$.clientId", false);
let servicePrincipalKey = secrets.getSecret("$.clientSecret", true);
@ -173,4 +173,4 @@ async function executeAzCliCommand(
}
}
main();
main();