Skip to content

πŸ’– Sync README sponsors #1

πŸ’– Sync README sponsors

πŸ’– Sync README sponsors #1

name: πŸ’– Sync README sponsors
on:
workflow_dispatch:
schedule:
- cron: 00 12 1,15 * *
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: ♻️ Checkout
uses: actions/checkout@v3
- name: πŸ’– Sync README sponsors
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.PAT }}
file: README.md
template: <td align="center"><a href="https://github.com/{{ login }}"><img src="https://github.com/{{ login }}.png" width="80px" alt="{{ name }}" /></br><span>{{ name }}</span></a></td>
- name: πŸ’Ύ Commit README
uses: EndBug/[email protected]
with:
default_author: github_actions
message: "Automatically synchronize README sponsors"