Synopsis
Arguments
What it does
- Resolves the repo name from the current directory’s git remote (
origin). - Mints a repo token via the murmur API, scoped to this repo and tenant.
- Writes a GitHub Actions workflow file to
.github/workflows/murmur-events.yamlwith the webhook URL and repo token baked in.
Events forwarded
The installed workflow triggers on these GitHub events and forwards them to the webhook:Repos owned by a GitHub App tenant receive events through the App webhook directly.
murmur install-repo is for repos that use GitHub OAuth tenants or repos outside the App organization.Examples
Install event delivery for the current repo
Errors
Related
- Events — how events reach agents
murmur setup— configure your developer profile (prerequisite)- Catalog: repo-config — per-repo configuration in the catalog