Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/opencode-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
mkdir -p /tmp/opencode-cache ~/.local/share/opencode

- name: Run opencode audit
uses: anomalyco/opencode/github@v1.3.3
uses: anomalyco/opencode/github@v1.3.13
env:
GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }}
GH_TOKEN: ${{ secrets.OPENCODE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opencode-test-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
# XDG_CACHE_HOME=/tmp — non-persistent but avoids permission issues (see opencode-audit.yml)
- name: Run opencode test writer
if: steps.check-existing.outputs.skip != 'true'
uses: anomalyco/opencode/github@v1.3.3
uses: anomalyco/opencode/github@v1.3.13
env:
GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }}
GH_TOKEN: ${{ secrets.OPENCODE_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Run opencode visual verification
if: steps.convert.outputs.screenshot_exists == 'true'
uses: anomalyco/opencode/github@v1.3.3
uses: anomalyco/opencode/github@v1.3.13
env:
GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }}
KIMI_API_KEY: ${{ secrets.KIMI_API_KEY }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Run opencode failure diagnosis
if: failure() || steps.screenshot.outcome == 'failure' || steps.convert.outputs.screenshot_exists != 'true'
uses: anomalyco/opencode/github@v1.3.3
uses: anomalyco/opencode/github@v1.3.13
env:
GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }}
KIMI_API_KEY: ${{ secrets.KIMI_API_KEY }}
Expand Down
Loading