From b7878cdf5c6b4d9d534aa842d36c7c6451e53874 Mon Sep 17 00:00:00 2001 From: Michael Lehmann Date: Wed, 4 Jun 2025 15:07:36 -0700 Subject: [PATCH] update dist --- dist/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/index.js b/dist/index.js index 3327787..73d97e1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -55,6 +55,7 @@ class CredentialsClient { } } async loadCredentials() { + (0, core_1.info)('trying to load credentials'); const client = new client_sts_1.STSClient({ requestHandler: this.requestHandler ? this.requestHandler : undefined, }); @@ -667,7 +668,9 @@ async function run() { if (!process.env.GITHUB_ACTIONS || AccessKeyId) { await credentialsClient.validateCredentials(roleCredentials.Credentials?.AccessKeyId); } + core.info(`validated credentials`); await (0, helpers_1.exportAccountId)(credentialsClient, maskAccountId); + core.info(`exported account id`); } else { core.info('Proceeding with IAM user credentials');