Skip to content

πŸ’– Sync README sponsors #2

πŸ’– Sync README sponsors

πŸ’– Sync README sponsors #2

name: πŸ’– Sync README sponsors
on:
workflow_dispatch:
schedule:
- cron: 00 12 1,15 * *
permissions:
contents: write
jobs:
sync-readme-sponsors:
name: πŸ’– Sync README sponsors
runs-on: ubuntu-latest
steps:
- name: ♻️ Checkout
uses: actions/checkout@v3
with:
ref: main
- name: πŸ’– Sync README sponsors
uses: JamesIves/[email protected]
with:
token: ${{ secrets.PAT }}
file: README.md
template: <a href="https://github.com/{{ login }}"><img src="https://github.com/{{ login }}.png" width="50px" alt="{{ name }}" title="{{ name }}"/></a>&nbsp;&nbsp;
active-only: false
- name: πŸ’Ύ Commit README
uses: EndBug/[email protected]
with:
default_author: github_actions
message: 'Automatically synchronize README sponsors'