chore(workflows): update permissions across GitHub Actions workflows … (#14919)

…for consistency
This commit is contained in:
Antoine Moreaux
2025-10-06 17:36:41 +02:00
committed by GitHub
parent 843689ee05
commit 93d55d1bc2
19 changed files with 69 additions and 27 deletions
+3
View File
@@ -1,4 +1,5 @@
name: CI Utils
on:
# it's usually not recommended to use pull_request_target
# but we consider it's safe here if we keep the same steps
@@ -6,6 +7,7 @@ on:
# and: https://github.com/facebook/react-native/pull/34370/files
pull_request_target:
types: [opened, synchronize, reopened, closed]
permissions:
actions: write
checks: write
@@ -13,6 +15,7 @@ permissions:
issues: write
pull-requests: write
statuses: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# We don't cancel in-progress because this workflow is triggered on