Skip to content

Commit facf438

Browse files
authored
feat: Updated gcp authenticate inputs (#140)
1 parent 7372b07 commit facf438

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/terraform_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ on:
6464
create_credentials_file:
6565
required: false
6666
type: string
67-
default: false
67+
default: true
6868
description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.'
6969
secrets:
7070
AZURE_CREDENTIALS:

.github/workflows/tf-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
create_credentials_file:
4747
required: false
4848
type: string
49-
default: false
49+
default: true
5050
description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.'
5151
secrets:
5252
AWS_ACCESS_KEY_ID:

.github/workflows/tfdrift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
create_credentials_file:
4545
required: false
4646
type: string
47-
default: false
47+
default: true
4848
description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.'
4949
secrets:
5050
AZURE_CREDENTIALS:

0 commit comments

Comments
 (0)