Initialize GitHub App bots with proper git configuration in seconds
Simple, automatic bot configuration for GitHub workflows
Automatically configures git with your bot's identity using the GitHub App slug
Generates GitHub App tokens securely for API calls and git operations
Skips automatically when credentials aren't provided. No errors, no hassle
Add to your workflow in one step
| Input | Description | Required |
|---|---|---|
app-id |
GitHub App ID | No |
private-key |
GitHub App private key | No |
| Output | Description |
|---|---|
token |
Generated GitHub App token for API calls |
name |
Configured git user name (format: app-slug[bot]) |
email |
Configured git user email (format: id+slug[bot]@users.noreply.github.com) |
user-id |
Bot user ID |
slug |
GitHub App slug |