#github doesnt push

1 messages ยท Page 1 of 1 (latest)

shadow ventureBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

sand cargoBOT
#

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:

  1. No GitHub token configured for push operations
  2. Security-conscious design - the skill focuses on read/query operations by default
  3. The gh CLI can push, but it needs authentication (gh auth login)

To enable GitHub pushes:

  • Configure a GitHub personal access token (PAT) with repo scope
  • Run gh auth login to authenticate