Conversation
This reverts commit 5660567.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 96748fa5bb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 | ||
| id: app-token | ||
| with: | ||
| client-id: ${{ secrets.APP_ID }} | ||
| private-key: ${{ secrets.APP_PRIVATE_KEY }} |
There was a problem hiding this comment.
Avoid reinstating unavailable GitHub App token flow
Re-adding actions/create-github-app-token here makes the release job depend on a GitHub App installation for this repo, but this exact step was just removed in the preceding change because it failed with Not Found for repository installation lookup; putting it back will cause release-plz runs on main to fail again before release logic executes whenever the app is still not installed/configured for rolldown/notify.
Useful? React with 👍 / 👎.
Reverts #79