-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource: fix support for remote resources
We were missing remote_resource_id.
- Loading branch information
1 parent
57983a6
commit 12f2de7
Showing
5 changed files
with
60 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export OPAL_AUTH_TOKEN=Token for testing locally with dev_overrides | ||
export OPAL_TEST_TOKEN=Token used for running acceptance tests | ||
export OPAL_TEST_KNOWN_USER_ID_1=A user ID in the test org | ||
export OPAL_TEST_KNOWN_USER_ID_2=Another user ID in the test org | ||
export OPAL_TEST_BASE_URL=The url of your Opal installation to test with. | ||
export OPAL_TEST_KNOWN_CUSTOM_APP_ID=App ID for a custom app in the test org | ||
export OPAL_TEST_KNOWN_CUSTOM_APP_ADMIN_OWNER_ID=Owner ID for the owner of OPAL_TEST_KNOWN_CUSTOM_APP_ID | ||
export OPAL_TEST_KNOWN_REQUEST_TEMPLATE_ID=Request Template ID in the test org | ||
export OPAL_TEST_KNOWN_GITHUB_APP_ID=App ID for a github app connection set up in the test org | ||
export OPAL_TEST_KNOWN_GITHUB_APP_METADATA='{"git_hub_repo"={"org_name"="example-org", "repo_name"="example-repo"}}' | ||
export OPAL_TEST_KNOWN_GITHUB_APP_REMOTE_RESOURCE_ID=example-org/example-repo |
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
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