diff --git a/.github/workflows/issue_creation_workflow.yml b/.github/workflows/issue_creation_workflow.yml index 19de647b5..809020eb7 100644 --- a/.github/workflows/issue_creation_workflow.yml +++ b/.github/workflows/issue_creation_workflow.yml @@ -1,5 +1,9 @@ name: Issue Creation Workflow +permissions: + contents: read + issues: read + on: issues: types: [opened]