Skip to content

🎭 Contribute List #7

🎭 Contribute List

🎭 Contribute List #7

Workflow file for this run

name: 🎭 Contribute List
on:
push:
branches:
- 'Year*-*'
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📂 Checkout
uses: actions/checkout@v4
- name: 🎭 Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}