chore(ci): add explicit permissions to additional workflows (#40067)

This commit is contained in:
Arpit Jain
2026-05-15 01:24:46 +09:00
committed by GitHub
parent 823eb905d3
commit 62dc237014
12 changed files with 41 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ on:
branches:
- "master"
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true