From 754c7ff316f6b9a0aceded65a9c96cf272948e9b Mon Sep 17 00:00:00 2001 From: Muhammed Rahif <73386156+Muhammed-Rahif@users.noreply.github.com> Date: Wed, 16 Jul 2025 01:14:46 +0000 Subject: [PATCH] chore(workflow): update permissions in greetings.yml for clarity --- .github/workflows/greetings.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index da6a9fa..6f8b889 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -16,7 +16,10 @@ jobs: greet: name: Greet, Celebrate, and Encourage runs-on: ubuntu-latest - permissions: write-all + permissions: + issues: write + pull-requests: write + contents: read steps: - name: Check User Contributions id: check_contributions