Skip to content

Commit 2662d8b

Browse files
authored
ci: declare contents:read on Build Actions workflow (#351)
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 3774db4 commit 2662d8b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [master]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
run:
1114
name: Test on ${{ matrix.os }} - ${{ matrix.version }}

0 commit comments

Comments
 (0)