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