README.md aktualisiert

This commit is contained in:
Alpha Nerd 2026-05-11 11:21:59 +02:00
parent 7cfea017f9
commit 73ac813c39

View file

@ -97,12 +97,12 @@ Add the following workflow file to `.forgejo/workflows/opencode.yml` in your rep
persist-credentials: false
- name: Run opencode
uses: bitfreedom/opencode/forgejo@latest
uses: bitfreedom.net/code/nomyo-ai/actions@v1
env:
NOMYO_API_KEY: ${{ secrets.NOMYO_API_KEY }}
with:
model: anthropic/claude-sonnet-4-20250514
forgejo_api_url: https://git.your-instance.com
forgejo_api_url: bitfreedom.net/code/
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
```