Skip to content

Commit 4fae261

Browse files
authored
Merge pull request akabarki76#42 from akabarki76/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 052b598 + 6e6cea7 commit 4fae261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6+
permissions:
7+
contents: read
68
jobs:
79
test:
810
name: Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)