The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/typescript/github-proxy
github-actions[bot] 0754d6218c
Version Packages (#4830)
2 weeks ago
..
src fix: Add recursive query string (#4507) 2 months ago
test feat: Add github proxy (#4418) 2 months ago
.dev.vars.example feat: Add github proxy (#4418) 2 months ago
.gitignore feat: Add github proxy (#4418) 2 months ago
CHANGELOG.md Version Packages (#4830) 2 weeks ago
README.md fix: Add recursive query string (#4507) 2 months ago
package.json Version Packages (#4830) 2 weeks ago
tsconfig.json feat: Add github proxy (#4418) 2 months ago
vitest.config.ts feat: Add github proxy (#4418) 2 months ago
worker-configuration.d.ts feat: Add github proxy (#4418) 2 months ago
wrangler.toml feat: Add github proxy (#4418) 2 months ago

README.md

Github Proxy

Overview

Github Proxy is a CloudFlare Worker that makes a Github API requests using an API key. This authenticated method allows higher limits than the non-authenticated mode.

Keys

Acquire a Github api key by creating a new fine-grained personal access token.

Local Development

Prerequisites: Copy the .dev.vars.example and add the Github API key.

Development is managed by the Wrangler CLI. To start dev mode execute yarn dev. This will start a local server.

Testing

Unit tests can be executed using yarn test.

Deployment

Execute yarn deploy to deploy to production. Note that the deployment requires permissions. To deploy to a staging environment use yarn deploy:staging. Use yarn deploy:key to attach the Github key to the Worker.