.github/workflows/openwiki-update.yml aktualisiert
Some checks failed
OpenWiki Update / update (push) Failing after 1m14s
Some checks failed
OpenWiki Update / update (push) Failing after 1m14s
This commit is contained in:
9
.github/workflows/openwiki-update.yml
vendored
9
.github/workflows/openwiki-update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user