From 0d439616762d08bff398677d55165ef1aec4597a Mon Sep 17 00:00:00 2001 From: Yoel Hor Date: Tue, 24 Aug 2021 13:51:34 +0300 Subject: [PATCH] v1.2 --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 78c5c91..ccb6bfa 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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,