fix: add missing statuses permission to main CI workflow (#24809)

This commit is contained in:
-LAN-
2025-08-29 22:33:13 +08:00
committed by GitHub
parent 8d60e5c342
commit 574d00bb13

View File

@@ -8,6 +8,7 @@ permissions:
contents: write
pull-requests: write
checks: write
statuses: write
concurrency:
group: main-ci-${{ github.head_ref || github.run_id }}