You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use actions/create-github-app-token in CI instead of custom Python script
Dogfood the same approach we recommend to users. Removes the uv
dependency from CI. The Python script stays for local dev use via
run-e2e-tests.sh.
The secret changes from GH_APP_PRIVATE_KEY_PEM_B64 (base64-encoded) to
GH_APP_PRIVATE_KEY (raw PEM) — needs a corresponding update in the repo
settings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments