Skip to content

Commit 6b36667

Browse files
committed
fix action
1 parent 34962d0 commit 6b36667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: Build and test linkml-runtime
77
on: [pull_request]
88

99
jobs:
10+
permissions:
11+
contents: read
12+
test:
1013
strategy:
1114
fail-fast: false
1215
matrix:
@@ -15,9 +18,6 @@ jobs:
1518
exclude:
1619
- os: windows-latest
1720
python-version: "3.8"
18-
permissions:
19-
contents: read
20-
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:

0 commit comments

Comments
 (0)