Skip to content

Commit 6ad689f

Browse files
committed
Restrict test workflow permissions
1 parent 6f3a89d commit 6ad689f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
types: [opened, synchronize, reopened]
1111
workflow_dispatch:
1212

13+
permissions:
14+
contents: read
15+
1316
concurrency:
1417
group: test-${{ github.ref }}
1518
cancel-in-progress: true

0 commit comments

Comments
 (0)