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 2f85ac8 commit 8185d2eCopy full SHA for 8185d2e
lib/proxy.ts
@@ -16,9 +16,9 @@ export async function initializeProxy() {
16
https: {
17
keyPath: ENV.CA_KEY_PATH,
18
certPath: ENV.CA_CERT_PATH,
19
- tlsPassthrough: [
+ tlsInterceptOnly: [
20
{
21
- hostname: 'broker.actions.githubusercontent.com',
+ hostname: 'results-receiver.actions.githubusercontent.com',
22
},
23
],
24
0 commit comments