diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 19b099eb..d6fcc9f4 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -3,11 +3,17 @@ name: Greetings on: - pull_request_target: + pull_request: types: [opened] issues: types: [opened] +permissions: + id-token: write + contents: read + issues: write + pull-requests: write + jobs: greeting: runs-on: ubuntu-latest