We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe51df commit b00d71eCopy full SHA for b00d71e
.github/workflows/kind-e2e-tests.yaml
@@ -214,7 +214,7 @@ jobs:
214
export TEST_GITHUB_API_URL=api.github.com
215
export TEST_GITHUB_REPO_OWNER_GITHUBAPP=openshift-pipelines/pipelines-as-code-e2e-tests
216
export TEST_GITHUB_REPO_OWNER_WEBHOOK=openshift-pipelines/pipelines-as-code-e2e-tests-webhook
217
- export TEST_GITHUB_TOKEN="${{ secrets.GH_APP_TOKEN }}"
+ export TEST_GITHUB_TOKEN="${{ secrets.GH_APPS_TOKEN }}"
218
export TEST_EL_WEBHOOK_SECRET="${{ secrets.WEBHOOK_SECRET }}"
219
export TEST_GITHUB_REPO_INSTALLATION_ID="${{ secrets.INSTALLATION_ID }}"
220
export TEST_EL_URL="http://${EL_NAME}"
0 commit comments