diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..0aff34f --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,14 @@ +name: Contributors + +on: + push: + branches: main + +jobs: + contributors: + runs-on: ubuntu-latest + + steps: + - uses: akhilmhdh/contributors-readme-action@v2.3.8 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file