Delete sponsors.yml

fix-sponsor-image^2
Steve Ruiz 2021-11-19 14:14:45 +00:00 zatwierdzone przez GitHub
rodzic 0f104b31b3
commit 01edde8f6a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 26 usunięć

Wyświetl plik

@ -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: '.'