diff --git a/.github/workflows/contributing.yml b/.github/workflows/contributing.yml new file mode 100644 index 0000000..81e941c --- /dev/null +++ b/.github/workflows/contributing.yml @@ -0,0 +1,14 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 46bff31..46c511a 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ Generates this image +# Contributors + + + \ No newline at end of file