ci: restrictive permission for gh actions

This commit is contained in:
ruthra kumar
2025-06-17 15:41:48 +05:30
parent 10a83698eb
commit fa82d3fbb1
12 changed files with 40 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ on:
- '**.csv'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: patch-develop-${{ github.event_name }}-${{ github.event.number || github.event_name == 'workflow_dispatch' && github.run_id || '' }}
cancel-in-progress: true