From 9893bc1ec6e2e076988d1aea4198a4d1319ccaa3 Mon Sep 17 00:00:00 2001 From: so0k Date: Mon, 23 Mar 2026 09:19:29 +0700 Subject: [PATCH] fix(gha): update Go release git identity from HashiCorp to cdktn Replace the deactivated HashiCorp identity with the cdktn bot identity for commits pushed to the cdk-terrain-go repository. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 4 ++-- .github/workflows/release_next.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9274c59a3..138b4af61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -304,8 +304,8 @@ jobs: run: npx -p publib publib-golang env: GITHUB_TOKEN: ${{ secrets.TERRAFORM_CDK_GO_REPO_GITHUB_TOKEN }} - GIT_USER_NAME: "CDK for Terraform Team" - GIT_USER_EMAIL: "github-team-tf-cdk@hashicorp.com" + GIT_USER_NAME: "CDK Terrain Bot" + GIT_USER_EMAIL: "gh-actions@cdktn.io" release_sentry: name: Finalize the sentry release diff --git a/.github/workflows/release_next.yml b/.github/workflows/release_next.yml index b2b4e3cfa..c17b9016e 100644 --- a/.github/workflows/release_next.yml +++ b/.github/workflows/release_next.yml @@ -272,8 +272,8 @@ jobs: run: npx -p publib publib-golang env: GITHUB_TOKEN: ${{ secrets.TERRAFORM_CDK_GO_REPO_GITHUB_TOKEN }} - GIT_USER_NAME: "CDK for Terraform Team" - GIT_USER_EMAIL: "github-team-tf-cdk@hashicorp.com" + GIT_USER_NAME: "CDK Terrain Bot" + GIT_USER_EMAIL: "gh-actions@cdktn.io" release_sentry: name: Finalize the sentry release