Addressed Comments

This commit is contained in:
Sourav Chanduka
2021-08-11 03:50:43 +05:30
parent 5d9c674092
commit cca2b1808b
3 changed files with 7 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)
core.setSecret(id_token)
core.setOutput('id_token', id_token)
}