Conversation
There was a problem hiding this comment.
💡 Codex Review
open-with-browser/.github/workflows/release.yml
Lines 124 to 129 in 95bbfc1
The release job restricts the token to contents: write. In GitHub Actions, once a permissions block is specified, all other scopes default to none. The subsequent Download Artifacts step relies on actions/download-artifact@v4, which requires actions: read; without it the step will 403 and the release will fail before publishing assets. Consider adding actions: read to this job’s permissions.
ℹ️ 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".
No description provided.