Skip to content

Update DISPLAY_SPONSORS.yml #9

Update DISPLAY_SPONSORS.yml

Update DISPLAY_SPONSORS.yml #9

name: Add sponsors to README
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: 30 15 * * 0
jobs:
update-readme-with-sponsors:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 💖 Generate Sponsors
uses: JamesIves/github-sponsors-readme-action@v1
with:
organization: true
token: ${{ secrets.ADD_SPONSORS_TO_README }}