mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 15:17:05 +00:00
s/access_token/id_token/ for id_token_include_email input (#13)
This commit is contained in:
parent
fe9d1eddf5
commit
0583f8fbeb
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ See [Examples](#examples) for more examples.
|
|||
- `id_token_include_email`: (Optional) Optional parameter of whether to
|
||||
include the service account email in the generated token. If true, the token
|
||||
will contain "email" and "email_verified" claims. This is only valid when
|
||||
"token_format" is "access_token". The default value is false.
|
||||
"token_format" is "id_token". The default value is false.
|
||||
|
||||
|
||||
## Outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue