Skip to content

Commit e48e20e

Browse files
committed
Add permissions for read access to contents in workflow files
1 parent 5fb45f2 commit e48e20e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- "*"
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
Linter:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)