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 diff --git a/README.md b/README.md index 7e1a68a..40a9315 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@