Conversation
Only publish when version is manually bumped. No more surprise commits. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ 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".
| permissions: | ||
| id-token: write |
There was a problem hiding this comment.
Restore contents permission for checkout
The workflow now grants only id-token: write, which removes the default contents: read when a permissions block is present. actions/checkout@v4 requires contents access, so the publish job will fail immediately with “Resource not accessible by integration” and never reach the build/publish steps.
Useful? React with 👍 / 👎.
PR VisualLatest ( View prompt |

Only publish when version is manually bumped. No more surprise commits.
🤖 Generated with Claude Code