diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml index 5961cdc..705b563 100644 --- a/.github/workflows/reademe-contributors.yml +++ b/.github/workflows/reademe-contributors.yml @@ -7,8 +7,11 @@ jobs: contrib-readme-job: runs-on: ubuntu-latest name: A job to automate contrib in readme + permissions: + contents: write + pull-requests: write steps: - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 + uses: akhilmhdh/contributors-readme-action@v2.3.10 env: - GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file