diff --git a/action.yml b/action.yml index b86f5b0f3..3ffd81e56 100644 --- a/action.yml +++ b/action.yml @@ -59,6 +59,15 @@ inputs: default: false required: false + credentials_file_path: + description: |- + The path and name of the file to which to write the shared default + credentials. This option is only valid when + export_default_credentials=true. By default, the credentials will be + written to a new file in the root of GITHUB_WORKSPACE. + default: null + required: false + runs: using: node12 main: setup-gcloud/dist/index.js