From cda577fe93e4cc1443e360b501e976206f7fccf4 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Tue, 30 Apr 2024 17:32:40 +0200 Subject: [PATCH] added contributors --- .github/workflows/contributors.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/contributors.yml 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