Skip to content

Commit

Permalink
Action build at commit fe7dc65
Browse files Browse the repository at this point in the history
  • Loading branch information
wechuli committed Apr 29, 2024
1 parent fe7dc65 commit 41fdc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 41fdc41

Please sign in to comment.