fix: add missing statuses permission to main CI workflow (#24809)
This commit is contained in:
1
.github/workflows/main-ci.yml
vendored
1
.github/workflows/main-ci.yml
vendored
@@ -8,6 +8,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
checks: write
|
checks: write
|
||||||
|
statuses: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: main-ci-${{ github.head_ref || github.run_id }}
|
group: main-ci-${{ github.head_ref || github.run_id }}
|
||||||
|
Reference in New Issue
Block a user