Skip to content

Commit a53bc4b

Browse files
authored
Merge pull request KhronosGroup#342 from joycebrum/main
chore: Set minimal permissions to presubmit
2 parents cfbe4fe + d4461bc commit a53bc4b

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)