Skip to content

Commit 37efb8f

Browse files
committed
drop pr approver workflow top-level permissions
Set top-level permissions to none. This is the best practice for GH actions, and for example OpenSSF Scorecards penalize CAPI for not having it. Signed-off-by: Tuomo Tanskanen <[email protected]>
1 parent a2b7dd1 commit 37efb8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-gh-workflow-approve.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- reopened
99
- synchronize
1010

11+
permissions: {}
12+
1113
jobs:
1214
approve:
1315
name: Approve ok-to-test

0 commit comments

Comments
 (0)