Skip to content

Commit dff165d

Browse files
committed
Add GitHub actions permissions
1 parent 1b98a30 commit dff165d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: build
22

33
on: [push, pull_request]
44

5+
permissions: read-all
6+
57
jobs:
68
test:
79
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)