Skip to content

Commit

Permalink
feat: Updated gcp authenticate inputs (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s committed Jun 19, 2024
1 parent 7372b07 commit facf438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ on:
create_credentials_file:
required: false
type: string
default: false
default: true
description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.'
secrets:
AZURE_CREDENTIALS:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
create_credentials_file:
required: false
type: string
default: false
default: true
description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.'
secrets:
AWS_ACCESS_KEY_ID:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
create_credentials_file:
required: false
type: string
default: false
default: true
description: 'If true, the action will securely generate a credentials file which can be used for authentication via gcloud and Google Cloud SDKs.'
secrets:
AZURE_CREDENTIALS:
Expand Down

0 comments on commit facf438

Please sign in to comment.