This commit is contained in:
Dax Raad
2025-08-12 12:53:55 -04:00
parent 2c2752ee02
commit 4178b3c6ae
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }'
run: |
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'

View File

@@ -23,7 +23,7 @@ jobs:
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }'
run: |
opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'