Skip to content

Update contrib.yml

Update contrib.yml #42

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/[email protected]
with:
commit_message: chore(contributors) update contrib
env:
GITHUB_TOKEN: ${{ secrets.CONTRIB_JOB }}