Tutorial for GitHub Badges Using Gist #178
kathlenemagnus
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing this tutorial! I had been looking for a clean way to show real-time test results in my README, and using Gists with dynamic-badges-action is a great approach. The step-by-step breakdown made it super easy to follow. Quick question: Have you tried integrating this with matrix builds or multiple environments? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've added badges to the Atlas README to display the pass rates of the RISC-V arch and Tenstorrent test suites.
Steps:
GIST_TOKEN
.GIST_TOKEN
to Atlas as a repository secret also calledGIST_TOKEN
.GIST_TOKEN
provides access to the Gist server.Apparently, GitHub does not allow workflows that run in pull requests from a fork to access secrets so the pull request workflow will not be able to access the Gist server. These instructions will only work for a workflow that is triggered by the repo itself like the post-merge "push to main" workflow.
Resources:
Beta Was this translation helpful? Give feedback.
All reactions