diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index c76f9c2..43993fa 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -3,9 +3,13 @@ name: Greetings on: issues: types: [opened] - pull_request_target: + pull_request: types: [opened] +permissions: + issues: write + pull-requests: write + jobs: greeting: runs-on: ubuntu-latest