Skip to content

Commit

Permalink
Align workflow names (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis authored Aug 3, 2024
1 parent e7f8745 commit 2c3c8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ permissions:
id-token: write

jobs:
global:
name: "Global"
main:
name: "Main"
uses: osinfra-io/github-terraform-gcp-called-workflows/.github/workflows/[email protected]
if: github.actor != 'dependabot[bot]'
with:
checkout_ref: ${{ github.ref }}
environment: production
github_environment: "Production: Global"
github_environment: "Production: Main"
service_account: plt-lz-hierarchy-github@ptl-lz-terraform-tf62-prod.iam.gserviceaccount.com
terraform_plan_args: -var-file=tfvars/production.tfvars
terraform_state_bucket: plt-lz-hierarchy-e194-prod
terraform_version: ${{ vars.TERRAFORM_VERSION }}
terraform_workspace: global-production
terraform_workspace: main-production
workload_identity_provider: projects/134040294660/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc
secrets:
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Links to documentation and other resources required to develop and iterate in th

| Name | Version |
|------|---------|
| google | 5.38.0 |
| google | 5.39.1 |

#### Resources

Expand Down

0 comments on commit 2c3c8bf

Please sign in to comment.