Coverage badge action not authorized to pull from secret gist #82
Labels
bug
Something isn't working
infrastructure
Docker and CI/CD setup and/or configuration
question
Further information is requested
Description:
In some of my development branches, the build fails because the
dynamic-badges-action
fails when it runs. It produces the following output:I found this issue mentioned on their repository here, but it appears to be when Dependabot is used to make commits.
The underlying problem is that, when I pushed these commits, a change was triggered such that the action decided it needed to recalculate the badges for the project. The only problem was that, when it did so, it was not able to pull from the private gist that was presumably set up by professor kapfhammer. @AidanNeeson do you know of what the origin of this issue could be?
I suspect that the reason why this does not show on other commits is because others have not changed integral structure of the program like I did in two of the PRs I submitted. I'm not 100% confident in this assumption, but it's just a hypothesis.
See https://github.com/Schneegans/dynamic-badges-action#configuration for information on how they recommend it to be configured.
The text was updated successfully, but these errors were encountered: