Skip to content

Update Contributors

Update Contributors #4

Workflow file for this run

name: Update Contributors
on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight UTC
workflow_dispatch: # Allow manual trigger
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update contributors
uses: akhilmhdh/contributors-readme-action@v2.3.2
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
with:
image_size: 64
columns_per_row: 8
commit_message: 'docs: update contributors [skip ci]'
auto_detect_branch_protection: false