Skip to content

Generate Sponsors README #521

Generate Sponsors README

Generate Sponsors README #521

Workflow file for this run

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'
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="{{{ login }}}" /></a>&nbsp;&nbsp;'
- name: Deploy to GitHub Pages πŸš€
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master
folder: '.'