#github doesnt push
1 messages ยท Page 1 of 1 (latest)
Based on the GitHub skill and context, Clawdbot can interact with GitHub via the gh CLI, but there's a key distinction:
Current Capability (from the skill):
- โ PR checks, reviews, and CI status
- โ Issues (list, view, create)
- โ Workflow/runs management
- โ API queries for advanced data
- โ Push operations (not explicitly documented)
The limitation likely stems from:
- No GitHub token configured for push operations
- Security-conscious design - the skill focuses on read/query operations by default
- The
ghCLI can push, but it needs authentication (gh auth login)
To enable GitHub pushes:
- Configure a GitHub personal access token (PAT) with
reposcope - Run
gh auth loginto authenticate