diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 9be41c0b67c..6ebe97bba2a 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write # Needed for pushing changes + pull-requests: write # Needed for creating PRs steps: - name: Checkout code uses: actions/checkout@v3 @@ -55,4 +56,4 @@ jobs: Automated update of contributors list in README.md This PR was created automatically by a GitHub Action workflow. - base: main \ No newline at end of file + base: main