hannahhall / website-automator

0 stars 0 forks source link

Research github api #2

Open hannahhall opened 2 years ago

hannahhall commented 2 years ago
hannahhall commented 2 years ago

Create a separate nss github user for authenticating?

authorizing users https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps

hannahhall commented 2 years ago

Deploying: https://docs.github.com/en/rest/reference/deployments#create-a-deployment

hannahhall commented 2 years ago

Creating from template: https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template

hannahhall commented 2 years ago

Creating oauth app: https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app

hannahhall commented 2 years ago

if oauth doesn't work in cli use pat instead