EaseHub 1.0.2 — fixes + packaging, prefs, CI, ownership#7
Conversation
…orkflow with attestation; expand CodeQL queries
…tes, D-Bus fix, About/Donate, CI release, docs
68b1334 to
36be2df
Compare
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: | ||
| contents: write |
There was a problem hiding this comment.
Release workflow cannot upload artifacts without actions scope
The workflow limits the GITHUB_TOKEN to contents: write only. When this job runs on a tag (v*), the later actions/upload-artifact@v4 step (lines 45‑49) requires actions: write and will error with Resource not accessible by integration, causing the release job to fail before publishing the zip. Grant actions: write (in addition to contents: write) under permissions so the artifact upload succeeds.
Useful? React with 👍 / 👎.
Summary
Technical
Testing