Skip to content

Commit

Permalink
fix: Try a different gistID in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 14, 2023
1 parent a5d5507 commit 8b27d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
# GIST_TOKEN is a GitHub personal access token with scope "gist".
auth: ${{ secrets.GIST_TOKEN }}
gistID: chastencodecoverage
gistID: 5300aa276fa9261b2b21b96c3141b3ad
filename: covbadge.json
label: Coverage
message: ${{ env.total }}%
Expand Down

0 comments on commit 8b27d6d

Please sign in to comment.