adabot/template-env.sh

7 lines
402 B
Bash

# 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>