mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-08 21:17:04 +00:00
access_token_scopes is not required
This commit is contained in:
parent
bbbd1424f7
commit
c7bb6ad28f
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ inputs:
|
||||||
List of OAuth 2.0 access scopes to be included in the generated token.
|
List of OAuth 2.0 access scopes to be included in the generated token.
|
||||||
This is only valid when "token_format" is "access_token".
|
This is only valid when "token_format" is "access_token".
|
||||||
default: 'https://www.googleapis.com/auth/cloud-platform'
|
default: 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
required: false
|
||||||
|
|
||||||
# id token params
|
# id token params
|
||||||
id_token_audience:
|
id_token_audience:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue