n8n-nodes-github-copilot 1.0.3 → 1.0.4

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.

Potentially problematic release.


This version of n8n-nodes-github-copilot might be problematic. Click here for more details.

@@ -243,6 +243,8 @@ class GitHubCopilot {
243
243
  env: {
244
244
  ...process.env,
245
245
  GITHUB_TOKEN: credentials.accessToken,
246
+ HOME: '/opt/n8n-source/packages/cli/bin',
247
+ GH_TOKEN: credentials.accessToken,
246
248
  },
247
249
  timeout: 30000,
248
250
  maxBuffer: 1024 * 1024,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-github-copilot",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "n8n community node for GitHub Copilot CLI integration",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/sufficit/n8n-nodes-github-copilot",