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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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 }}