mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 20:29:08 +08:00
comments resolved
This commit is contained in:
parent
1f8d7b5a64
commit
09e9478907
@ -351,6 +351,6 @@ export function getState(name: string): string {
|
||||
return process.env[`STATE_${name}`] || ''
|
||||
}
|
||||
|
||||
export async function getIDToken(aud: string | undefined = undefined): Promise<string> {
|
||||
export async function getIDToken(aud?: string | undefined): Promise<string> {
|
||||
return await OidcClient.getIDToken(aud)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user