fix(ci): add actions:read permission to orchestrator

This commit is contained in:
mkorwel
2025-10-21 20:18:51 -07:00
parent 2530610a59
commit af5b5d5ccc
+1
View File
@@ -15,6 +15,7 @@ permissions:
security-events: 'write'
checks: 'write'
statuses: 'write'
actions: 'read'
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'