Skip to content

Commit 0fed7fd

Browse files
authored
Merge pull request #18 from Creatrix-Net/alert-autofix-19
Potential fix for code scanning alert no. 19: Workflow does not contain permissions
2 parents e2e50c8 + 88434b2 commit 0fed7fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prettier-comment-on-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Comment on pull request
22

3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
37
on:
48
repository_dispatch:
59
types: [prettier-failed-on-pr]

0 commit comments

Comments
 (0)