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 3ac2f8fbcd
commit 2efb9b764f
+1
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 }}