Implement Github API
This commit is contained in:
16
env.sample
Normal file
16
env.sample
Normal 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
|
||||
Reference in New Issue
Block a user