fix(ci): grant actions write permission to poll-upstream workflow
Some checks failed
poll-upstream / check (push) Failing after 1s

The automatic GITEA_TOKEN lacks actions:write by default, causing
a 422 when dispatching the build-release workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-24 10:54:09 +03:00
parent c691687d81
commit 95dec3d652

View File

@@ -5,6 +5,9 @@ on:
- cron: "*/1 * * * *"
workflow_dispatch: {}
permissions:
actions: write
jobs:
check:
runs-on: fedora