Skip to content

chore(contributors) update contrib (#69) #44

chore(contributors) update contrib (#69)

chore(contributors) update contrib (#69) #44

Workflow file for this run

name: Contrib
on:
push:
branches:
- "main"
env:
CARGO_TERM_COLOR: always
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
with:
commit_message: chore(contributors) update contrib
env:
GITHUB_TOKEN: ${{ secrets.CONTRIB_JOB }}