Skip to content

Commit

Permalink
Add sponsors to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Oct 21, 2021
1 parent 06f3b11 commit 6a79762
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update Sponsors README
on:
push:
branches: [master]

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: JamesIves/[email protected]
with:
token: ${{ secrets.SPONSORS_PAT }}
minimum: 1000
file: 'README.md'
template: >-
<a href="/{{{ login }}}"><img src="/{{{ login }}}.png" width="60px" alt="{{{ login }}}" /></a>
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update sponsors list in README
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ Not every library is perfect for every use-case. While Isahc strives to be a ful
- **WebAssembly support**: If your project needs to be able to be compiled to WebAssembly, then Isahc will probably not work for you. Instead you might like an HTTP client that supports multiple backends such as [Surf].
- **Rustls support**: We hope to support [rustls] as a TLS backend someday, it is not currently supported directly. If for some reason rustls is a hard requirement for you, you'll need to use a different HTTP client for now.

## Sponsors

Special thanks to sponsors of my open-source work!

<!-- sponsors --><a href="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/da-moon"><img src="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/da-moon.png" width="60px" alt="da-moon" /></a><!-- sponsors -->

## License

This project's source code and documentation are licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
Expand Down

0 comments on commit 6a79762

Please sign in to comment.