From 41fdc41e4cc8dd2dcc9050beb38bd12a50cdf6c5 Mon Sep 17 00:00:00 2001 From: wechuli Date: Mon, 29 Apr 2024 07:33:26 +0000 Subject: [PATCH] Action build at commit fe7dc6507f809aec358a0640098766354b6c16db --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index c6d87c0..4c42a16 100644 --- a/dist/index.js +++ b/dist/index.js @@ -38620,7 +38620,7 @@ const jsonwebtoken = __nccwpck_require__(7486); async function oidctoken() { const audience = core.getInput('audience'); - const id_token = audience ? await core.getIDToken(audience): await core.getIDToken(); + const id_token = await core.getIDToken(audience); // decode the id_token const decoded = jsonwebtoken.decode(id_token, { complete: true });