You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple tool for running shell scripts on webhook events. A simple sample use case is Github Actions: send request from a deploy action to a server with webhook shell invoker running to easily run a deploy script
repo-dispatch-event-sender is a Python project designed to trigger repository_dispatch webhook events using the GitHub CLI (gh). It generates payloads based on environment variables and executes the gh command to start specific workflows within a repository.