Skip to content

chore(docs): update banner links #13

chore(docs): update banner links

chore(docs): update banner links #13

Workflow file for this run

name: scheduled
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches: [main]
jobs:
sponsors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.REPO_TOKEN }}
- uses: ./.github/actions/install
- name: Update sponsors
run: pnpm sponsors
env:
SPONSORKIT_GITHUB_TOKEN: ${{ secrets.SPONSORKIT_GITHUB_TOKEN }}
SPONSORKIT_GITHUB_LOGIN: joe-bell
SPONSORKIT_POLAR_TOKEN: ${{ secrets.SPONSORKIT_POLAR_TOKEN }}
SPONSORKIT_POLAR_ORGANIZATION: cva
- name: Commit
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub Actions
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: "chore: update sponsors.svg [ci skip]"
add: ".github/static/sponsorkit/sponsors.*"
push: origin main
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}