Skip to content

Update Contributors in README #39

Update Contributors in README

Update Contributors in README #39

name: Update Contributors in README
on:
push:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update Contributors List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}