mirror of https://github.com/langgenius/dify.git
fix: add missing statuses permission to main CI workflow (#24809)
This commit is contained in:
parent
8d60e5c342
commit
574d00bb13
|
|
@ -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…
Reference in New Issue