Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 803 Bytes

File metadata and controls

8 lines (6 loc) · 803 Bytes

Long-term Knowledge

Gotcha

  • Craft v2 GitHub App must be installed per-repo: The Craft v2 release/publish workflows use `actions/create-github-app-token@v1` which requires the GitHub App to be installed on the specific repository. If the app is configured for "Only select repositories", adding a new repo to the Craft pipeline requires manually adding it at GitHub Settings → Installations → [App] → Configure. The `APP_ID` variable and `APP_PRIVATE_KEY` secret are set in the `production` environment, not at repo level. Symptom: 404 on `GET /repos/{owner}/{repo}/installation`.