Skip to content

Commit

Permalink
ci: add back contributor gen ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Aug 8, 2024
1 parent a610742 commit f944411
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- master

name: gen contributors

jobs:
gen-contributors:
runs-on: ubuntu-latest
name: auto gen contributors list
steps:
- name: gen contributors list
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}

0 comments on commit f944411

Please sign in to comment.