Files
aiot-uniapp/.github/workflows/reademe-contributors.yml
2024-02-19 18:31:49 +08:00

19 lines
392 B
YAML

on:
push:
branches:
- main
name: Generate a list of contributors
jobs:
contrib-readme-en-job:
runs-on: ubuntu-latest
permissions:
contents: write
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.4
env:
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}