comments resolved

This commit is contained in:
Sourav Chanduka
2021-08-10 15:36:13 +05:30
parent aa1968c9e9
commit 5d9c674092
3 changed files with 37 additions and 5 deletions

View File

@@ -232,7 +232,6 @@ async function getIDTokenAction(): Promise<void> {
if (audience !== undefined)
aud = `${audience}`
const id_token = await core.getIDToken(aud)
const val = `ID token is ${id_token}`
core.setSecret(id_token)
core.setOutput('id_token', id_token)