diff --git a/.github/workflows/pr_creation_workflow.yml b/.github/workflows/pr_creation_workflow.yml index acf543817..289aa6e62 100644 --- a/.github/workflows/pr_creation_workflow.yml +++ b/.github/workflows/pr_creation_workflow.yml @@ -1,5 +1,9 @@ name: PR Creation Workflow +permissions: + contents: read + pull-requests: read + on: pull_request: types: [opened, edited]