Skip to content

Commit 65c54a5

Browse files
committed
chore: restrict CI job permissions
1 parent b626354 commit 65c54a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/run-all-tests-pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches: [main]
55
merge_group:
66
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
711
concurrency:
812
group:
913
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)