File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -289,15 +289,10 @@ func addImplicitEndpoints(endpoints map[string][]Endpoint, disableTelemetry bool
289289
290290 implicitEndpoints := []Endpoint {
291291
292- {domainName : "pipelines.actions.githubusercontent.com" , port : 443 }, // GitHub
293- {domainName : "artifactcache.actions.githubusercontent.com" , port : 443 }, // GitHub
292+ {domainName : "*.actions.githubusercontent.com." , port : 443 }, // GitHub
294293 {domainName : "codeload.github.com" , port : 443 }, // GitHub
295- {domainName : "token.actions.githubusercontent.com" , port : 443 }, // GitHub
296- {domainName : "vstoken.actions.githubusercontent.com" , port : 443 }, // GitHub
297- {domainName : "vstsmms.actions.githubusercontent.com" , port : 443 }, // GitHub
298294 {domainName : "actions-results-receiver-production.githubapp.com" , port : 443 }, // GitHub
299- {domainName : "productionresultssa*.blob.core.windows.net" , port : 443 }, // GitHub
300-
295+ {domainName : "productionresultssa*.blob.core.windows.net." , port : 443 }, // GitHub
301296 }
302297
303298 for key , val := range endpoints {
You can’t perform that action at this time.
0 commit comments