Skip to content

vercel/release-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-auth

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

Contributing

  1. Create a new OAuth application in your GitHub account
  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. Download environment variables: vc env pull
  6. Start the server: vercel dev