Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pr processing #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: pr processing #2

wants to merge 3 commits into from

Conversation

0xMukesh
Copy link
Member

@0xMukesh 0xMukesh commented Jan 17, 2023

  1. After starting the local instance of the server via pnpm dev, use either ngrok of cloudflare tunnels to tunnel localhost:3000 to a publicly available URL.
  2. Add the localhost tunnel's URL under the webhook settings of the repository (https://github.com/superteamdao/reputation-bot/settings/hooks). Make sure that the URL points to /api/v1/webhook API route i.e the webhook URL would be something like this: <TUNNEL_URL>/api/v1/webhook
  3. Create a random webhook secret and store it in the .env file and it add under the webhook settings as well.
  4. Make sure that the "ping" request sent by GitHub to the server works properly without any kind of issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant