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

@@ -8,6 +8,10 @@ on:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
permissions:
contents: read
pull-requests: read
# cancel previous workflow jobs for PRs
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}