From 73ac813c391667a7763d64039be27c63980843f5 Mon Sep 17 00:00:00 2001 From: alpha-nerd Date: Mon, 11 May 2026 11:21:59 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8137eab..0d4d412 100644 --- a/README.md +++ b/README.md @@ -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 }} ```