Skip to content

Commit eb26421

Browse files
committed
feat: Update network permissions to include WebFetch and WebSearch tools
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
1 parent 618e1cf commit eb26421

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/example-engine-network-permissions.lock.yml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/example-engine-network-permissions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ permissions:
1010

1111
engine:
1212
id: claude
13-
model: claude-3-5-sonnet-20241022
1413
permissions:
1514
network:
1615
allowed:
1716
- "docs.github.com"
17+
18+
tools:
19+
claude:
20+
allowed:
21+
WebFetch:
22+
WebSearch:
1823
---
1924

2025
# Secure Web Research Task

0 commit comments

Comments
 (0)