mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-28 14:47:18 -07:00
CODEX_FIXER_TOKEN is a fine-grained PAT with Contents/Pull-requests write but NOT Actions:write, so it cannot create a workflow_dispatch event; and a github.token -dispatched run never emits a workflow_run event to drive the triage merge job. So neither half of the old cross-workflow design could work. Instead, update_windows_version_definitions.yml now dispatches PR-tests with github.token (this workflow already has actions:write), polls that run directly, and on success squash-merges the PR with the CODEX_FIXER_TOKEN PAT so the push to master triggers CI-master_test -> Publish_release. Remove the now-dead auto_merge_windows_definition_bot_pr job from chack-agent-pr-triage.yml and the temporary token probe. Bump the job timeout to 90m to cover the inline wait. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>