Skip to content

Commit 69d8680

Browse files
committed
fix: add github_token parameter to Claude Code action
The action requires github_token in the 'with' section, not just as environment variable. This should resolve the GitHub authentication error.
1 parent 6c91c5d commit 69d8680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/feature-discovery.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
claude_code_oauth_token: ${{ env.CLAUDE_TOKEN }}
8181
mode: agent
82+
github_token: ${{ secrets.TERRAFORM_AUTOMATION_TOKEN }}
8283

8384
# MCP Configuration for Terraform and Context7 documentation access
8485
mcp_config: |

0 commit comments

Comments
 (0)