Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

chore(deps): bump akhilmhdh/contributors-readme-action (#21) #58

chore(deps): bump akhilmhdh/contributors-readme-action (#21)

chore(deps): bump akhilmhdh/contributors-readme-action (#21) #58

name: Update Contributors in README
on:
push:
branches:
- main
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 }}