We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc44c8 commit 14e00a0Copy full SHA for 14e00a0
1 file changed
.github/workflows/duplicate-issues.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }'
+ OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" }, "webfetch": "deny" }'
27
run: |
28
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
29
0 commit comments