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
- Host: GitHub
- URL: https://github.com/nerkarso/github-fork-sync-webhook
- Owner: nerkarso
- Created: 2023-01-01T19:08:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T02:07:26.000Z (about 3 years ago)
- Last Synced: 2025-01-29T20:35:40.702Z (over 1 year ago)
- Topics: git, github, vercel
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```