File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 env :
2424 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26- OPENCODE_PERMISSION : { "bash": { "gh*": "allow", "*": "deny" } }
26+ OPENCODE_PERMISSION : ' { "bash": { "gh*": "allow", "*": "deny" } }'
2727 run : |
2828 opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
2929
Original file line number Diff line number Diff line change 2323 env :
2424 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26- OPENCODE_PERMISSION : { "bash": { "gh*": "allow", "*": "deny" } }
26+ OPENCODE_PERMISSION : ' { "bash": { "gh*": "allow", "*": "deny" } }'
2727 run : |
2828 opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
2929
You can’t perform that action at this time.
0 commit comments