An open API service indexing awesome lists of open source software.

https://github.com/nerkarso/github-fork-sync-webhook

Tiny webhook to keep your GitHub fork in sync with the upstream repo using Vercel Serverless functions
https://github.com/nerkarso/github-fork-sync-webhook

git github vercel

Last synced: 2 months ago
JSON representation

Tiny webhook to keep your GitHub fork in sync with the upstream repo using Vercel Serverless functions

Awesome Lists containing this project

README

          

# GitHub Fork Sync Webhook

Tiny webhook to keep your GitHub fork in sync with the upstream repo using Vercel Serverless functions.

## Environment Variables

```sh
GITHUB_AUTH_TOKEN=
USER_AGENT=
```

## Development

```sh
vercel dev
```

## Deployment

```sh
vercel deploy --prod
```