From c7bb6ad28fedaf3c769c89687cdd55a2e1da9201 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 21 Sep 2021 12:25:09 -0400 Subject: [PATCH] access_token_scopes is not required --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 4d97be4..76604f5 100644 --- a/action.yml +++ b/action.yml @@ -64,6 +64,7 @@ inputs: List of OAuth 2.0 access scopes to be included in the generated token. This is only valid when "token_format" is "access_token". default: 'https://www.googleapis.com/auth/cloud-platform' + required: false # id token params id_token_audience: