Update Contributors in README #182
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
name: Update Contributors in README | |
on: | |
schedule: | |
- cron: '0 15 * * *' | |
jobs: | |
update-readme: | |
name: Update the README | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update the list of contributors | |
uses: akhilmhdh/contributors-readme-action@v2.3.10 | |
with: | |
use_username: true | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |