mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
chore: Enable n8n plugin in Claude GitHub Actions workflows (no-changelog) (#28258)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b964ec9588
commit
769c21946c
2 changed files with 25 additions and 0 deletions
11
.github/workflows/util-claude-task.yml
vendored
11
.github/workflows/util-claude-task.yml
vendored
|
|
@ -149,6 +149,17 @@ jobs:
|
|||
"mcp__linear__*",
|
||||
"mcp__notion__*"
|
||||
]
|
||||
},
|
||||
"extraKnownMarketplaces": {
|
||||
"n8n": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "./.claude/plugins/n8n"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"n8n@n8n": true
|
||||
}
|
||||
}
|
||||
claude_args: |
|
||||
|
|
|
|||
14
.github/workflows/util-claude.yml
vendored
14
.github/workflows/util-claude.yml
vendored
|
|
@ -36,6 +36,20 @@ jobs:
|
|||
# Or use OAuth token instead:
|
||||
# claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
timeout_minutes: '60'
|
||||
settings: |
|
||||
{
|
||||
"extraKnownMarketplaces": {
|
||||
"n8n": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "./.claude/plugins/n8n"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"n8n@n8n": true
|
||||
}
|
||||
}
|
||||
# mode: tag # Default: responds to @claude mentions
|
||||
# Optional: Restrict network access to specific domains only
|
||||
# experimental_allowed_domains: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue