From 8c9c4939803eb522e8d1b0dfe8eebda2bda9adee Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Mon, 1 Sep 2025 02:17:25 +0200 Subject: [PATCH] fix: replace TERRAFORM_AUTOMATION_TOKEN with CLAUDE_ISSUE_TOKEN Aligns token configuration with working ECR repository to resolve MCP server connectivity issues. The Terraform MCP server was failing with the previous token configuration. This should fix the "terraform": "status": "failed" issue and enable proper feature discovery and issue creation. --- .github/workflows/feature-discovery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature-discovery.yml b/.github/workflows/feature-discovery.yml index be0347c..97ab383 100644 --- a/.github/workflows/feature-discovery.yml +++ b/.github/workflows/feature-discovery.yml @@ -75,11 +75,11 @@ jobs: uses: anthropics/claude-code-action@beta env: CLAUDE_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - GITHUB_TOKEN: ${{ secrets.TERRAFORM_AUTOMATION_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CLAUDE_ISSUE_TOKEN }} with: claude_code_oauth_token: ${{ env.CLAUDE_TOKEN }} mode: agent - github_token: ${{ secrets.TERRAFORM_AUTOMATION_TOKEN }} + github_token: ${{ secrets.CLAUDE_ISSUE_TOKEN }} # MCP Configuration for Terraform and Context7 documentation access mcp_config: |