This PR fixes the PR release workflow which is failing to create `lean-pr-testing` branches due to the deprecated `MATHLIB4_BOT` PAT (see https://github.com/leanprover/lean4/actions/runs/21698772126/job/62574742680). The fix uses `actions/create-github-app-token@v2` to generate a token from the `mathlib-nightly-testing` GitHub App (ID: 2784211) instead, which has write access to both `leanprover-community/batteries` and `leanprover-community/mathlib4-nightly-testing`. Requires adding `MATHLIB_NIGHTLY_TESTING_APP_ID` and `MATHLIB_NIGHTLY_TESTING_PRIVATE_KEY` secrets to leanprover/lean4 (done). 🤖 Prepared with Claude Code |
||
|---|---|---|
| .. | ||
| actionlint.yml | ||
| awaiting-manual.yml | ||
| awaiting-mathlib.yml | ||
| backport.yml | ||
| build-template.yml | ||
| check-prelude.yml | ||
| check-stage0.yml | ||
| check-stdlib-flags.yml | ||
| ci.yml | ||
| copyright-header.yml | ||
| grove.yml | ||
| jira.yml | ||
| labels-from-comments.yml | ||
| pr-body.yml | ||
| pr-release.yml | ||
| pr-title.yml | ||
| restart-on-label.yml | ||
| stale.yml | ||
| update-stage0.yml | ||