Skip to content

chore(ci): extract contributors readme action to separate workflow #1

chore(ci): extract contributors readme action to separate workflow

chore(ci): extract contributors readme action to separate workflow #1

Workflow file for this run

name: Update Contributors
on:
schedule:
- cron: '0 0 * * *' # Every day at midnight
push:
branches:
- main
pull_request: # TODO: Remove PR trigger before merge
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}