From 136c0733d3cbae9386d01b2f2574f68d7e916cdb Mon Sep 17 00:00:00 2001 From: weaigc <879821485@qq.com> Date: Tue, 12 Sep 2023 00:42:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E8=80=85=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/readme-contributors.yml | 18 ++++++++++++++++++ .github/workflows/sync-endpoint.yml | 2 +- README.md | 3 +++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/readme-contributors.yml diff --git a/.github/workflows/readme-contributors.yml b/.github/workflows/readme-contributors.yml new file mode 100644 index 00000000..f1d4949c --- /dev/null +++ b/.github/workflows/readme-contributors.yml @@ -0,0 +1,18 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + permissions: write-all + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + image_size: 100 + collaborators: all + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sync-endpoint.yml b/.github/workflows/sync-endpoint.yml index 4db642b2..4942008b 100644 --- a/.github/workflows/sync-endpoint.yml +++ b/.github/workflows/sync-endpoint.yml @@ -5,7 +5,7 @@ on: jobs: sync-to-hub: - permissions: write-all + permissions: read-all|write-all runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 7070a95d..95ae2572 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,10 @@ Y3VybCAnaHR0cHM6Ly93d3cuYmluZy5jb20vdHVyaW5nL2NvbnZlcnNhdGlvbi9jcmVhdGUnIFwgICAt +## 贡献者 + + ## License