-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ For local development run `./dev/run-dependencies.sh` to run a partial local cop | |
to log in with the test user account `[email protected]` and password `password`. | ||
|
||
# Authenticating with GitHub | ||
You should make sure that the GitHub org configured in the app config (`./config/default.properties`) has approved 3rd party access for the | ||
app `TestOrderlyWeb`. This will involve: | ||
You should make sure that the GitHub org configured in the app config (`./config/default.properties`) has approved | ||
3rd party access for the app `TestOrderlyWeb`. This will involve: | ||
|
||
1. Running the app and logging in with a user account that has access to the configured org | ||
1. Requesting access from the org: https://help.github.com/en/articles/requesting-organization-approval-for-oauth-apps and | ||
|