blob: 01a2b8271088c0aac7dbd210d0e784787d69d57b (
plain)
1
2
3
4
5
6
7
|
# Go here to generate a github access token:
# https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
# KEEP THIS TOKEN SECRET AND SAFE! Anyone with access to the token has FULL CONTROL of your GitHub account!
export ADABOT_GITHUB_ACCESS_TOKEN=<your personal access token>
# This is the username associated with the access token.
export ADABOT_GITHUB_USER=<username>
|