Skip to content

fix(gha): fix Go releases and update git identity#65

Merged
jsteinich merged 1 commit intomainfrom
fix/go-release-identity
Mar 23, 2026
Merged

fix(gha): fix Go releases and update git identity#65
jsteinich merged 1 commit intomainfrom
fix/go-release-identity

Conversation

@so0k
Copy link
Contributor

@so0k so0k commented Mar 23, 2026

Summary

Fixes Go release publishing and updates the git identity for commits to cdk-terrain-go.

Go release fix (issue #54): The TERRAFORM_CDK_GO_REPO_GITHUB_TOKEN PAT was expired, causing publib-golang to fail with could not read Password for 'https://***@github.com': No such device or address. The PAT has been rotated and the fix was validated by re-running the failed release_next job (successful run).

Git identity update (issue #36): Replaces the deactivated HashiCorp identity (CDK for Terraform Team <github-team-tf-cdk@hashicorp.com>) with the cdktn bot identity (CDK Terrain Bot <gh-actions@cdktn.io>) for Go module commits pushed to cdk-terrain-go.

Closes #54
Closes #36

Test plan

  • Rotated PAT and re-ran failed release_golang job — succeeded
  • Merge and verify next release commits to cdk-terrain-go with new identity

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@jsteinich jsteinich merged commit 30925f3 into main Mar 23, 2026
90 checks passed
@jsteinich jsteinich deleted the fix/go-release-identity branch March 23, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Go releases are failing fix(ci): update Go repo git identity from old HashiCorp user

2 participants