refactor: 🚸 rm workflow

This commit is contained in:
Leifer Mendez
2023-02-09 17:17:10 +01:00
parent 31a42ddcad
commit a88b01e69f

View File

@@ -1,17 +0,0 @@
name: Revisando Colaboradores
on:
schedule:
- cron: '0 9 * * *'
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 50
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}