Skip to content

Commit 367c2d2

Browse files
Merge pull request openshift#18378 from alvaroaleman/all-of-openshift
Use apps-auth hook for all of openshift
2 parents 5850227 + 7ae56de commit 367c2d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clusters/app.ci/prow/03_deployment/hook.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ items:
8585
- --job-config-path=/etc/job-config
8686
- --github-endpoint=http://ghproxy
8787
- --github-endpoint=https://api.github.com
88-
- --github-disabled-repo=openshift/ci-tools
89-
- --github-disabled-repo=openshift/release
88+
- --github-disabled-org=openshift
9089
- --github-graphql-endpoint=http://ghproxy/graphql
9190
- --bugzilla-endpoint=https://bugzilla.redhat.com
9291
- --bugzilla-api-key-path=/etc/bugzilla/api
@@ -345,8 +344,7 @@ items:
345344
- --github-app-private-key-path=/etc/github/cert
346345
- --github-endpoint=http://ghproxy
347346
- --github-endpoint=https://api.github.com
348-
- --github-enabled-repo=openshift/ci-tools
349-
- --github-enabled-repo=openshift/release
347+
- --github-enabled-org=openshift
350348
- --github-graphql-endpoint=http://ghproxy/graphql
351349
- --bugzilla-endpoint=https://bugzilla.redhat.com
352350
- --bugzilla-api-key-path=/etc/bugzilla/api

0 commit comments

Comments
 (0)