From a5a97ef7a6e51f1fb887a5957a55992f7232abd5 Mon Sep 17 00:00:00 2001 From: Aman Kumar <62813940+king04aman@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:55:40 +0530 Subject: [PATCH] Delete contributors workflow --- .github/workflows/contributors.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index e0333ed..0000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Contributors - -on: - schedule: - - cron: '0 0 * * *' - -jobs: - contributors: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/contributors-list@v1 - with: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} - round: true - svgPath: CONTRIBUTORS.svg