Skip to content

Commit 7fef299

Browse files
1 parent 281871c commit 7fef299

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ env:
2222
NUGET_XMLDOC_MODE: skip
2323
TERM: xterm
2424

25+
permissions: {}
26+
2527
jobs:
2628
build:
2729
name: ${{ matrix.os }}
2830
runs-on: ${{ matrix.os }}
2931

32+
permissions:
33+
contents: read
34+
3035
strategy:
3136
fail-fast: false
3237
matrix:

0 commit comments

Comments
 (0)