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 }} ```