Skip to content

Commit ad0048e

Browse files
committed
Add explicit permissions to CI workflow for security
1 parent 540f212 commit ad0048e

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
@@ -8,6 +8,9 @@ on:
88
branches:
99
- main
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
test:
1316
name: Build and Test

0 commit comments

Comments
 (0)