Replies: 1 comment 1 reply
-
Hey @dianjuar sorry I didn't see the notification. Did you find the answer? I do nothing special to make tokens available for the forks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
I wonder how you made it possible to share the secret
CODECOV_TOKEN
to contributors?I made a PR to this repo, and the code coverage service did its work. It commented on the PR, which made me think that my PR had access to that secret.
I'm saying this because, on my repo, a first-time contributor made a PR. On the CI configuration, a step requires access to a token placed on secrets, but the PR doesn't have access to the repo's secrets and is causing its failure.
The repo's secrets configuration page says:
So I wonder, how did you make it possible?
Beta Was this translation helpful? Give feedback.
All reactions