Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 766 Bytes

File metadata and controls

26 lines (18 loc) · 766 Bytes

GitHub API Proxy Worker

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.

Deployment

  1. Navigate to this directory:

    cd worker
  2. Login to Cloudflare (if not already logged in):

    npx wrangler login
  3. Deploy:

    npx wrangler deploy

Configuration

Modify wrangler.json if you need to change the worker name or compatibility date.