Skip to content

docs: Update README.md #36

docs: Update README.md

docs: Update README.md #36

name: Acknowledge the Contributors
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
columns_per_row: 2
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}