Skip to content

Commit 82a29d3

Browse files
committed
workflows/tests: set permissions
1 parent 46ea9c5 commit 82a29d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: CI
2+
23
on:
34
push:
45
branches: master
56
pull_request:
7+
8+
permissions:
9+
contents: read
10+
611
jobs:
712
tests:
813
strategy:

0 commit comments

Comments
 (0)