mirror of
https://github.com/azure/login.git
synced 2026-06-08 09:17:07 +00:00
Update main.js
This commit is contained in:
parent
27965d150b
commit
1788171cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function main() {
|
|||
};
|
||||
yield 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 actions_secret_parser_1.SecretParser(creds, actions_secret_parser_1.FormatType.JSON);
|
||||
let servicePrincipalId = secrets.getSecret("$.clientId", false);
|
||||
let servicePrincipalKey = secrets.getSecret("$.clientSecret", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue