diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..71f3ce9 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,20 @@ +name: Contributors +on: + push: + branches: + - main + workflow_dispatch: + inputs: + logLevel: + description: 'manual run' + required: false + default: '' +jobs: + contributors: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + round: true + svgPath: assets/images/CONTRIBUTORS.svg \ No newline at end of file