Skip to content

Commit 904c573

Browse files
committed
chore: permissions for test ci
1 parent c241f61 commit 904c573

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Test
22

3+
permissions: {contents: read}
4+
35
on:
46
push:
57
branches:
68
- main
79
paths-ignore:
810
- '**/README.md'
9-
pull_request:
11+
pull_request_target:
1012
branches:
1113
- main
1214

0 commit comments

Comments
 (0)