Merge pull request #3 from ycluis/patch-1 #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
workflow_dispatch: | |
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 }} |