Skip to content

Commit 3d119c2

Browse files
authored
Merge pull request #11 from Creatrix-Net/alert-autofix-22
Potential fix for code scanning alert no. 22: Workflow does not contain permissions
2 parents bc9db26 + 2732285 commit 3d119c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/prettier.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- master
1111
- main
1212

13+
permissions:
14+
contents: read
15+
actions: write
16+
1317
jobs:
1418
check:
1519
# available images: https://github.com/actions/runner-images#available-images

0 commit comments

Comments
 (0)