Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 24, 2021
1 parent 317ffda commit 0d43961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ async function main() {
const clientId = core.getInput('clientId');
const clientSecret = core.getInput('clientSecret');

core.info('Uploading policy file ' + file);

let client = Client.initWithMiddleware({
authProvider: new ClientCredentialsAuthProvider(
tenant,
Expand Down

0 comments on commit 0d43961

Please sign in to comment.