Skip to content

Commit 746e799

Browse files
committed
Change CI default access to read-only
1 parent 8c4613e commit 746e799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
paths-ignore:
1919
- "README.md"
2020
- "release-notes/*"
21+
permissions:
22+
contents: read
23+
2124
jobs:
2225
build:
2326
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)