fix(ci): add permissions to orchestrator workflow

This commit is contained in:
mkorwel
2025-10-21 20:13:05 -07:00
parent 4955b470db
commit 69f9bfb67b
+6
View File
@@ -8,6 +8,12 @@ on:
- 'release/**'
merge_group:
permissions:
contents: 'read'
packages: 'write'
pull-requests: 'write'
security-events: 'write'
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true