This Cloudflare Worker proxies requests to the GitHub API to improve connectivity.
Note: This directory allows you to manually deploy and customize the worker. If you prefer a One-Click Deploy experience, use the button in the documentation, which uses the dedicated github-api-proxy repository.
-
Navigate to this directory:
cd worker -
Login to Cloudflare (if not already logged in):
npx wrangler login
-
Deploy:
npx wrangler deploy
Modify wrangler.json if you need to change the worker name or compatibility date.