Skip to content

Commit 0ea01cc

Browse files
authored
Added permissions to ci.yml (#25)
1 parent d11ebf6 commit 0ea01cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
test:
1515
runs-on: ${{ matrix.os }}
1616

17+
permissions:
18+
contents: read
19+
1720
strategy:
1821
matrix:
1922
os: [ ubuntu-latest, macos-latest, windows-latest ]

0 commit comments

Comments
 (0)