mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-04-28 11:53:22 -07:00
Switch Chack workflows to Codex access token
This commit is contained in:
4
.github/workflows/chack-agent-pr-triage.yml
vendored
4
.github/workflows/chack-agent-pr-triage.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: codex
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
model_primary: BEST_QUALITY
|
||||
max_turns: 125
|
||||
main_action: peass-ng-pr-traige
|
||||
sub_action: Chack-Agent PR Triage
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
|
||||
Output JSON only, following the provided schema:
|
||||
.github/chack-agent/pr-merge-schema.json
|
||||
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||
codex_access_token: ${{ secrets.CODEX_ACCESS_TOKEN }}
|
||||
|
||||
- name: Parse Chack Agent decision
|
||||
id: parse
|
||||
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: codex
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
model_primary: BEST_QUALITY
|
||||
max_turns: 125
|
||||
main_action: peass-ng-master-failure
|
||||
sub_action: CI-master Failure Chack-Agent PR
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
tools_config_json: "{\"exec_enabled\": true}"
|
||||
session_config_json: "{\"long_term_memory_enabled\": false}"
|
||||
agent_config_json: "{\"self_critique_enabled\": false, \"require_task_steps_manager_init_first\": true}"
|
||||
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||
codex_access_token: ${{ secrets.CODEX_ACCESS_TOKEN }}
|
||||
|
||||
- name: Commit and push fix branch if changed
|
||||
id: push_fix
|
||||
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: codex
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
model_primary: BEST_QUALITY
|
||||
main_action: peass-ng-pr-failure
|
||||
max_turns: 125
|
||||
sub_action: PR Failure Chack-Agent Dispatch
|
||||
@@ -197,7 +197,7 @@ jobs:
|
||||
tools_config_json: "{\"exec_enabled\": true}"
|
||||
session_config_json: "{\"long_term_memory_enabled\": false}"
|
||||
agent_config_json: "{\"self_critique_enabled\": false, \"require_task_steps_manager_init_first\": true}"
|
||||
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
|
||||
codex_access_token: ${{ secrets.CODEX_ACCESS_TOKEN }}
|
||||
|
||||
- name: Commit and push if changed
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user