Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/.env
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GITHUB_APP_PRIVATE_KEY = ""
# and <org-name> is the name of your organization in the GHES instance
GITHUB_URL="https://github.com/macstadium"

# [Optional] uUed to customize the API endpoint used for interacting with Github,
# [Optional] Used to customize the API endpoint used for interacting with Github,
# if not provided and the GITHUB_URL starts with "https://github.com" it will by default be "https://api.github.com"
# otherwise if GITHUB_URL is something else it will assume GHES and use "<GITHUB_URL>/api/v3"
# example setting for GHES "https://<my-enterprise-github-url>/api/v3"
Expand Down
Loading