1
0
Fork 0

readme updated

pull/887/head
Sourav Chanduka 2021-08-18 07:51:22 +05:30
parent 619566e5b8
commit 3ceb264e9b
1 changed files with 3 additions and 1 deletions

View File

@ -279,7 +279,9 @@ async function getIDTokenAction(): Promise<void> {
const audience = core.getInput('audience', {required: false})
const id_token = await core.getIDToken(audience)
core.setOutput('id_token', id_token)
// this id_token can be used to get access token from third party cloud providers
}
getIDTokenAction()