workflow: add contributors readme action

This commit is contained in:
kailong321200875
2022-04-10 10:01:01 +08:00
parent f13a91dd46
commit e867e16fc4
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
on:
push:
branches:
- master
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.4
with:
readme_path: README.zh-CN.md
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }}

View File

@@ -0,0 +1,14 @@
on:
push:
branches:
- master
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.4
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }}