Skip to content

Commit

Permalink
docs: add sponsors to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Apr 5, 2024
1 parent 5509b4e commit 1725751
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/sponsors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 0
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.SPONSORS_TOKEN }}
marker: rest
maximum: 24999
file: 'README.md'

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.SPONSORS_TOKEN }}
marker: gold
minimum: 25000
file: 'README.md'
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ Please see the [docs](https://www.elixir-tools.dev/docs/next-ls/quickstart) to g
- [The elixir-tools Update Vol. 4](https://www.elixir-tools.dev/news/the-elixir-tools-update-vol-4/)
- [The 2023 elixir-tools Update (Vol. 5) ](https://www.elixir-tools.dev/news/the-2023-elixir-tools-update-vol-5/)

## Sponsors

Next LS and elixir-tools is sponsored by a ton of amazing people and companies. I urge you to sponsor if you'd like to see the projects reach their maximum potential 🚀.

https://github.com/sponsors/mhanberg

### Platinum + Gold Tier

<!-- gold --><!-- gold -->

### Remaining tiers

<!-- rest --><!-- rest -->

## Development

```bash
Expand Down

0 comments on commit 1725751

Please sign in to comment.