mirror of
https://github.com/azure/login.git
synced 2026-06-08 04:47:07 +00:00
commented creds to fail the flow
This commit is contained in:
parent
56fc429796
commit
27965d150b
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue