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:
Patrick Erichsen
2026-07-16 23:38:09 -07:00
committed by GitHub
parent b95f9658e0
commit 0da4aa718b
5 changed files with 69 additions and 1 deletions
@@ -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 }}