diff --git a/src/main.ts b/src/main.ts index abc1c4d7..a2534cad 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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(); \ No newline at end of file +main();