mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-09-11 11:18:36 +00:00
The scheduled packaging check failed to start. A caller must grant every permission the called workflow's jobs declare, and the release workflow's publish job declares `contents: write` while the OSS mirror declares `actions: read` — the check granted only `contents: read`. That validation runs when the workflow file is loaded, before any `if` is evaluated, so the two jobs being unreachable in a dry run does not exempt their permissions. The run died in two seconds with no job and no annotation, which is what a startup failure looks like. Grant both. Nothing here writes: the check hardcodes `dry_run` to true, which skips the publish and the mirror job on their own conditions. |
||
|---|---|---|
| .. | ||
| actions | ||
| assets | ||
| ISSUE_TEMPLATE | ||
| scripts | ||
| workflows | ||
| actionlint.yaml | ||
| CODEOWNERS | ||
| dependabot.yml | ||
| issue-owners.json | ||
| pull_request_template.md | ||
| release.yml | ||
| spam-blocklist.txt | ||