Create reademe-contributors
This commit is contained in:
parent
383138c260
commit
8f0aa6643d
14
.github/workflows/reademe-contributors
vendored
Normal file
14
.github/workflows/reademe-contributors
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
name: Generate a list of contributors
|
||||||
|
jobs:
|
||||||
|
contrib-readme-en-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.CONTRIBUTORS_TOKEN }}
|
Loading…
Reference in New Issue
Block a user