fix(ci): grant check and status write permissions to orchestrator

This commit is contained in:
mkorwel
2025-10-21 20:17:20 -07:00
parent 69f9bfb67b
commit 2530610a59
+2
View File
@@ -13,6 +13,8 @@ permissions:
packages: 'write'
pull-requests: 'write'
security-events: 'write'
checks: 'write'
statuses: 'write'
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'