GitHub for VibeControls
GitHub provider for the GitOps meta plugin — REST v3 + GraphQL v4.
vibe plugin install @vibecontrols/vibe-plugin-gitops-github
About this plugin
GitHub provider for the @vibecontrols/vibe-plugin-gitops meta plugin.
Talks to GitHub directly via REST v3 + GraphQL v4 — no gh CLI on the user box.
Install
vibe plugin install @vibecontrols/vibe-plugin-gitops # meta (once)
vibe plugin install @vibecontrols/vibe-plugin-gitops-github # this provider
Auth
Personal Access Token (classic or fine-grained). Required scopes:
repo— repos, PRs, issuesworkflow— Actions runsread:org— org rollupsecurity_events— Dependabot / code scanning alerts
vibe gitops auth set github ghp_xxxxxxxxxxxxxxxxxxxx
Storage
PAT lives in the agent's Skalex encrypted SQLite at namespace gitops-github, key pat:default. Plaintext token never leaves the agent.
License
Proprietary — see LICENSE.
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install the meta first:
vibe plugin install @vibecontrols/vibe-plugin-gitops - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-gitops-github - List installed plugins:
vibe plugin list
Other GitOps plugins
GitLab
GitLab provider for the GitOps meta plugin — REST v4.
@vibecontrols/vibe-plugin-gitops-gitlabBitbucket Cloud
Bitbucket Cloud provider for the GitOps meta plugin — REST v2.
@vibecontrols/vibe-plugin-gitops-bitbucketAzure DevOps
Integrate Azure DevOps with VibeControls for seamless GitOps workflows. Supports REST 7.1 for efficient plugin management.
@vibecontrols/vibe-plugin-gitops-azdevops