Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnvironment variables GITHUB_APP_ID & GITHUB_APP_PRIVATE_KEY #214
Comments
|
begin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
I am doing the building your first github app guide, and in documentation at section runtime environment the variables have different naming than in code.
Vars on Guide
export GITHUB_APP_IDENTIFIER=12345
export GITHUB_PRIVATE_KEY= ...
Vars on Code
Solution
Decide if the docs have to be changed or the code, if the code has to be changed I will be pleased to make a pull request to fix this.