Merge branch 'dev' into black-page-transitions-design-updates

This commit is contained in:
Aaron Iker
2026-01-14 16:23:00 +01:00
parent 2cb1c4cd6d
commit 6b63ea98d8
112 changed files with 6269 additions and 654 deletions

View File

@@ -81,12 +81,13 @@ This will walk you through installing the GitHub app, creating the workflow, and
permissions:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 1
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 1
persist-credentials: false
- name: Run opencode
- name: Run opencode
uses: anomalyco/opencode/github@latest
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}