Skip to content

Commit f0a784a

Browse files
authored
Merge pull request #22 from synaptiai/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 982226e + c6b139e commit f0a784a

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
@@ -17,6 +17,9 @@ on:
1717
- '.github/workflows/docs.yml'
1818
workflow_dispatch:
1919

20+
permissions:
21+
contents: read
22+
2023
jobs:
2124
lint:
2225
name: Lint

0 commit comments

Comments
 (0)