Update sponsors.yml
This commit is contained in:
parent
df9eb6b7b0
commit
9aa61afc63
1 changed files with 10 additions and 3 deletions
13
.github/workflows/sponsors.yml
vendored
13
.github/workflows/sponsors.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Generate Sponsors README
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: 30 15 * * 0-6
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -14,3 +14,10 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
file: 'README.md'
|
||||
marker: 'real-sponsors'
|
||||
template: '<a href="https://github.com/sponsors/steveruizok"><img src="https://github.com/{{{ login }}}.png" width="32px" alt="" /></a>'
|
||||
- name: Deploy to GitHub Pages 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
branch: main
|
||||
folder: '.'
|
||||
|
|
Loading…
Reference in a new issue