Skip to content

Commit

Permalink
Add sponsors to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Mar 6, 2024
1 parent be19f57 commit 9f69878
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v2

- name: Generate Sponsors πŸ’–
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.PAT }}
file: 'README.md'

- name: Deploy to GitHub Pages πŸš€
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ Interested in contributing? Check out the [contributing guide](CONTRIBUTION.md).

## Sponsors πŸ’–


Dialoqbase nothing without the support of our wonderful sponsors. If you are interested in becoming a sponsor,



### Special Sponsor

<p>
<a href="https://flogesoft.com/?utm_source=dialoqbase&utm_medium=sponsor&utm_campaign=dialoqbase">
<img src="https://flogesoft.com/images/floges_sponsored.svg" width="150"
Expand All @@ -185,6 +192,12 @@ Interested in contributing? Check out the [contributing guide](CONTRIBUTION.md).
</a>
</p>

### Wonderful Sponsors


<!-- sponsors --><!-- sponsors -->


## License πŸ“

[MIT](LICENSE)

0 comments on commit 9f69878

Please sign in to comment.