ci: roll out OIDC review workflow #4
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/oidc-review-rollout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Regenerated with
j4k-alignv1.100.5--fix-workflows(the first release carrying align#167's dependency-closure fix).pr-review.ymlnow mints a per-run Actions OIDC token and exchanges it atrecipe.axkit.devviaaxrecipe forgejo-actions exchange, replacing every reference to the static org secretAXRECIPE_API_KEY— whose stale hand-managed value has been failing all review jobs in this org with HTTP 401 since the last root rotation. The declared dependency closure lands in the same pass: the.forgejo/actions/post-review/local action (8 files, byte-identical to the v1.100.5 templates) and.node-version.checks.yml,commit-msg.yml,dedupe-check.yml, andrelease.ymlare reconciled to current templates;release.ymlremains parameterized for thej4k-ossnpm registry (NPM_PUBLISH_OSS_AUDIENCE).The repo is already in the OIDC allowlist (
repositoryId: 35, cluster main since 2026-07-29), so no service-side change is needed.Expected red checks: this PR's own PR Review contexts run the legacy workflow from base
mainand fail with the known 401 by construction; they cannot pass before this lands. The OIDC issuer trustsworkflowRef: refs/heads/mainonly — validate post-merge with a main-branchworkflow_dispatch, not from this branch.