diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index 58d0bb2..0000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,11 +0,0 @@ -on: [pull_request] - -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contributors on the project readme - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 - env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file