Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.2 KB

release-auth

Build Status XO code style

Handles the OAuth authentication with GitHub's webflow for release.

Contributing

  1. Create a new OAuth application in your GitHub account (if you're working at @vercel, just get the keys from here)
  2. Set the "Authorization callback URL" to https://release-auth.vercel.sh
  3. Fork this repository to your own GitHub account and then clone it to your local device
  4. Install the dependencies: yarn install
  5. Start the server: CLIENT_ID="<id>" CLIENT_SECRET="<secret>" vercel dev

As always, you can use yarn test to run the tests and see if your changes have broken anything.

Author

Leo Lamprecht (@notquiteleo) - ▲Vercel