Implement Github API

This commit is contained in:
iganeshk
2020-01-17 14:51:50 -05:00
parent 1004c69bde
commit 146266bd24
5 changed files with 207 additions and 91 deletions

16
env.sample Normal file
View File

@@ -0,0 +1,16 @@
# Sample ENV setup Variables (YAML)
# Copy this file and update as needed.
#
# $ cp env.sample .env
#
# Do not include this new file in source control
# Github Credentials
# Generate your token here: https://github.com/settings/tokens
# No additional permission required, this is just to avoid github api rate limits
#
domain: https://domain.com/extensions
github:
username: USERNAME
token: TOKEN