fix: add missing statuses permission to main CI workflow (#24809)
This commit is contained in:
parent
8d60e5c342
commit
574d00bb13
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main-ci.yml
vendored
1
.github/workflows/main-ci.yml
vendored
|
|
@ -8,6 +8,7 @@ permissions:
|
|||
contents: write
|
||||
pull-requests: write
|
||||
checks: write
|
||||
statuses: write
|
||||
|
||||
concurrency:
|
||||
group: main-ci-${{ github.head_ref || github.run_id }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue