Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Fixing pipelines

Fixing pipelines #30

name: Update Contributors
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}