Skip to content

Commit d4461bc

Browse files
authored
chore: Set minimal permissions to presubmit
Signed-off-by: Joyce <[email protected]>
1 parent cfbe4fe commit d4461bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/presubmit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Presubmit
22
on: [push, pull_request]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
build:
69
name: Build ${{ matrix.os }}

0 commit comments

Comments
 (0)