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
ci: migrate GH_TOKEN_ADMIN to GitHub App token authentication (#2023)
## Summary
- Replace all `GH_TOKEN_ADMIN` (long-lived PAT) usages in CI workflows
with short-lived GitHub App installation tokens via
`actions/create-github-app-token@v3`
- Migrated `build-test-release.yml` (`release` job) and `ta-tests.yml`
(`test-addons` job)
- Uses existing `GH_APP_CLIENT_ID` and `GH_APP_PRIVATE_KEY` secrets
already synced to all repos via `addonfactory-sync-secrets`
Made with [Cursor](https://cursor.com)
0 commit comments