Contributors Readme #472
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Contributors Readme | |
on: | |
push: | |
branches: | |
- main | |
schedule: | |
- cron: '1 0 * * *' #UTC | |
jobs: | |
contrib-readme-job: | |
runs-on: ubuntu-latest | |
name: Add Contributors in readme | |
steps: | |
- name: Contribute List | |
uses: akhilmhdh/[email protected] | |
with: | |
auto_detect_branch_protection: false | |
env: | |
GITHUB_TOKEN: ${{ secrets.TRAFFIC_TOKEN }} |