ci: update actions in gh workflows and use GITHUB_TOKEN - #52
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc47b0d906
ℹ️ 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".
| mcp_release_created: ${{ steps.release.outputs['packages/mcp--release_created'] }} | ||
| steps: | ||
| - uses: googleapis/release-please-action@v4 | ||
| - uses: googleapis/release-please-action@v5 |
There was a problem hiding this comment.
Restore the PAT for release-please CI
This invocation now omits token, so release-please-action falls back to github.token; its v5 docs warn to use a PAT “if you want GitHub Actions CI checks to run on Release Please PRs.” Since this repo’s CI is a pull_request workflow on master, generated release PRs will stop getting the automatic checks that the old secrets.GH_ACCESS_TOKEN triggered, so protected merges can sit blocked until a maintainer manually approves/reruns them.
Useful? React with 👍 / 👎.
No description provided.