@flue/client 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/proxies/index.mjs +1 -4
- package/package.json +1 -1
package/dist/proxies/index.mjs
CHANGED
|
@@ -79,10 +79,7 @@ function github(opts) {
|
|
|
79
79
|
},
|
|
80
80
|
policy: resolvedPolicy,
|
|
81
81
|
socket: true,
|
|
82
|
-
env: {
|
|
83
|
-
GH_TOKEN: "proxy-placeholder",
|
|
84
|
-
GH_HOST: "github.com"
|
|
85
|
-
},
|
|
82
|
+
env: { GH_TOKEN: "proxy-placeholder" },
|
|
86
83
|
setup: ["gh config set http_unix_socket {{socketPath}} 2>/dev/null || true"],
|
|
87
84
|
instructions: ["The `gh` CLI is pre-configured with authentication.", "For GitHub API calls, prefer `gh api` over raw `curl`."].join(" "),
|
|
88
85
|
denyResponse
|