Skip to content

Commit 211c224

Browse files
authored
Merge pull request #4920 from codeharborhub/alert-autofix-1815
Potential fix for code scanning alert no. 1815: Workflow does not contain permissions
2 parents d7f7c6d + 5059ce2 commit 211c224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/issue_creation_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Issue Creation Workflow
22

3+
permissions:
4+
contents: read
5+
issues: read
6+
37
on:
48
issues:
59
types: [opened]

0 commit comments

Comments
 (0)