Fetches a list of webhooks in a given organization
Before you begin, ensure you have met the following requirements:
- go installed
- Organization name
- Personal access token for your organization
To install GitHub Webhook Fetcher, follow these steps:
- Clone the repository.
git clone https://github.com/ranesagar/github-webhook-fetcher.git
- Navigate to the project directory.
cd github-webhook-fetcher
- Install dependencies.
go mod tidy
- Build the executable.
go build
To use GitHub Webhook Fetcher, follow these steps:
- Set up your GitHub access token and organization name as environment variables.
export GITHUB_TOKEN="your_github_access_token"
export GITHUB_ORG="your_organization_name"
- Step 2: Run the executable.
./github-webhook-fetcher
Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/ranesagar/github-webhook-fetcher