From eace3be58cc88b59743074144f18a5d9015aa3c1 Mon Sep 17 00:00:00 2001 From: Seungpyo Hong Date: Tue, 23 Jun 2026 10:54:47 +0900 Subject: [PATCH] fix(verify-network): use ENGINE_TOKEN to open the promotion PR The default GITHUB_TOKEN can't create PRs (org policy) and TECHAPI_TOKEN isn't a TechAPI secret, so the PR step failed after promoting. Prefer ENGINE_TOKEN (a PAT present on this repo). Refs #1