mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Adds premium sponsorship tier
This commit is contained in:
parent
5dd62cac2d
commit
c9442feeaf
11
.github/workflows/sponsors.yml
vendored
11
.github/workflows/sponsors.yml
vendored
@ -18,6 +18,17 @@ jobs:
|
||||
file: 'README.md'
|
||||
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="{{{ login }}}" /></a> '
|
||||
minimum: 500
|
||||
maximum: 9999
|
||||
|
||||
- name: Generate Sponsors 💖
|
||||
uses: JamesIves/github-sponsors-readme-action@v1.0.8
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
file: 'README.md'
|
||||
minimum: 10000
|
||||
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="80px" alt="{{{ login }}}" /></a> '
|
||||
marker: 'premium'
|
||||
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user