Delete sponsors.yml
This commit is contained in:
parent
0f104b31b3
commit
01edde8f6a
1 changed files with 0 additions and 26 deletions
26
.github/workflows/sponsors.yml
vendored
26
.github/workflows/sponsors.yml
vendored
|
@ -1,26 +0,0 @@
|
|||
name: publish-sponsors
|
||||
on:
|
||||
schedule:
|
||||
- cron: 30 15 * * 0-6
|
||||
|
||||
jobs:
|
||||
generate-sponsors:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Generate Sponsors 💖
|
||||
uses: JamesIves/github-sponsors-readme-action@releases/v1
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
marker: 'real-sponsors'
|
||||
file: 'README.md'
|
||||
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="40px" alt="" /></a>'
|
||||
minimum: 500
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
branch: dev
|
||||
folder: '.'
|
Loading…
Reference in a new issue