-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
area:installationbugSomething isn't workingSomething isn't workingp1Showstopper bug preventing substantial subset of users from using the product, or incorrect docsShowstopper bug preventing substantial subset of users from using the product, or incorrect docs
Description
Describe the bug
This commit (merged in #861) breaks installs GitHub Enterprise Server (GHES) because it expects a token valid for github.com.
To Reproduce
Steps to reproduce the behavior:
- Run GitHub Enterprise Server
- Setup GitHub Actions workflow using anthropics/claude-code-action per official docs
- Trigger action
- See error
Expected behavior
This action, along with the setup-bun action, should minimize use of GitHub API to avoid API limits rather than requiring token usage. Alternatively, expose a separate input to be passed to setup-bun rather than defaulting to the token passed to claude-code-action as this one is needed for interacting with GHES repositories.
Screenshots
Workflow yml file
API Provider
[ ] Anthropic First-Party API (default)
[ ] AWS Bedrock
[ ] GCP Vertex
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:installationbugSomething isn't workingSomething isn't workingp1Showstopper bug preventing substantial subset of users from using the product, or incorrect docsShowstopper bug preventing substantial subset of users from using the product, or incorrect docs