mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
fix: restore prepublication ClawScan authentication (#3142)
* fix: preserve prepublication judge errors * fix: pass codex credential to prepublication scans * fix: keep node tests out of vitest
This commit is contained in:
@@ -91,6 +91,7 @@ jobs:
|
||||
|
||||
- name: Run pre-publication publish worker
|
||||
env:
|
||||
CODEX_API_KEY: ${{ secrets.CODEX_API_KEY || secrets.OPENAI_API_KEY }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
SECURITY_SCAN_WORKER_TOKEN: ${{ secrets.SECURITY_SCAN_WORKER_TOKEN }}
|
||||
VIRUSTOTAL_API_KEY: ${{ secrets.VT_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user