Skip to content

Update Contributors in README #65

Update Contributors in README

Update Contributors in README #65

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 }}