Skip to content

Commit d67c861

Browse files
Specified explicit permissions for action. (#405)
1 parent 1c631c6 commit d67c861

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: Check PR run
33
on:
44
workflow_call:
55

6-
permissions: read-all
6+
permissions: {}
77

88
jobs:
99
check:
1010
name: Check
1111
runs-on: ubuntu-22.04
12+
permissions:
13+
contents: read
1214

1315
steps:
1416
- name: Get user permission

0 commit comments

Comments
 (0)