.github/workflows/openwiki-update.yml aktualisiert
Some checks failed
OpenWiki Update / update (push) Failing after 1m14s

This commit is contained in:
tim
2026-07-26 15:36:33 +00:00
parent bbc6ad6080
commit e9675158a3

View File

@@ -28,12 +28,9 @@ jobs:
- name: Run OpenWiki
run: openwiki code --update --print
env:
OPENWIKI_PROVIDER: openrouter
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
OPENWIKI_MODEL_ID: z-ai/glm-5.2
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
LANGCHAIN_PROJECT: openwiki
LANGCHAIN_TRACING_V2: "true"
OPENWIKI_PROVIDER: gemini
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
OPENWIKI_MODEL_ID: gemini-3.6-flash
- name: Create OpenWiki update pull request
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7