Skip to main content
Installs a GitHub Actions workflow that forwards repository events (pushes, PR comments, CI results, reviews) to the murmur webhook. Agents watching branches in this repo receive those events in real time.

Synopsis

Arguments

What it does

  1. Resolves the repo name from the current directory’s git remote (origin).
  2. Mints a repo token via the murmur API, scoped to this repo and tenant.
  3. Writes a GitHub Actions workflow file to .github/workflows/murmur-events.yaml with the webhook URL and repo token baked in.
After the command completes, commit and push the workflow file to activate event delivery.

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

Then commit and push:

Errors