Skip to content

.github/workflows/main.yml #2970

.github/workflows/main.yml

.github/workflows/main.yml #2970

Workflow file for this run

on:
schedule:
- cron: "0 5 * * 0"
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}