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