Skip to content

Commit

Permalink
Show list of contributors using Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Jun 25, 2024
1 parent 42f4db6 commit feabfd0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ You can search the database and, if you have a contributor token, add to the dat

The Lumen API is documented in our GitHub Wiki: https://github.com/berkmancenter/lumendatabase/wiki/Lumen-API-Documentation

## Contributors

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

## License

Lumen Database is licensed under GPLv2. See LICENSE.txt for more information.
Expand Down

0 comments on commit feabfd0

Please sign in to comment.