Can all cards render together? #4301
Answered
by
qwerty541
RokeJulianLockhart
asked this question in
Q&A
-
Like Repobeats offers for repositories: ...I'd like these account cards to dynamically adjust amongst themselves. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty541
Oct 6, 2025
Replies: 1 comment 4 replies
-
Hello @RokeJulianLockhart I don't think that we will provide such feature with current architecture, but It would be possible to render all cards together in case we will create a version for GitHub Actions in future. At the moment you can use different cards within different images only. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment we are using public Vercel deployment for providing the cards with 8 GitHub API tokens (each 5.000 points). so we are limited by 40.000 points per hours.
Each generation of such card as you provided on the screenshot would consume overwhelming amount of points, so we would run out of them soon causing often public deployment downtimes.
Implementation of GitHub Action would resolve the problem since users will create a workflow in their own repositories using their own API token.
I hope that I correctly unders…