From f95846cbc6ea868d4b8a0d68a24456b1ec9fa9b5 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Thu, 3 Dec 2020 10:19:34 -0600 Subject: [PATCH] add credentials_file_path to root action.yaml --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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