Skip to content

Set up sponsorkit for sponsors image generation#5

Merged
dreyfus92 merged 4 commits into
mainfrom
sponsors
May 2, 2026
Merged

Set up sponsorkit for sponsors image generation#5
dreyfus92 merged 4 commits into
mainfrom
sponsors

Conversation

@yanthomasdev

Copy link
Copy Markdown
Contributor

This pull request adds sponsorkit to help generate sponsor images we can link in our READMEs. I've configured it in the sponsorkit.config.ts file based on our OpenCollective tiers.

For the action to work, we'll need to add two tokens I've specified in the scheduler.yml workflow:

env:
  # Requires no scopes or 2FA actions enabled.
  SPONSORKIT_OPENCOLLECTIVE_KEY: ${{ secrets.SPONSORKIT_OPENCOLLECTIVE_KEY }}
  # Requires the `read:user` and `read:org` scopes.
  SPONSORKIT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

I've added sponsorkit here since it kinda made the most sense, but its OK to move this to a new or another repository if it feels weird to have package.json and TypeScript on a .github repo.

Comment thread .github/workflows/scheduler.yml Outdated
Comment thread .github/workflows/scheduler.yml Outdated
@dreyfus92 dreyfus92 merged commit 6f84893 into main May 2, 2026
@dreyfus92 dreyfus92 deleted the sponsors branch May 2, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants