mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-05 08:03:14 +08:00
Addressed Comments
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user