Skip to content

Commit 20fe553

Browse files
authored
Add contributors.yml
1 parent 724297d commit 20fe553

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Contributors
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
push:
7+
branches:
8+
- main
9+
10+
jobs:
11+
contributors:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: wow-actions/contributors-list@v1
15+
with:
16+
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
17+
round: true
18+
svgPath: CONTRIBUTORS.svg

0 commit comments

Comments
 (0)