#PyPA organisation-wide Codecov token
1 messages · Page 1 of 1 (latest)
I was pointed out that it might be possible to have a Organisation-wide token (ref: https://github.com/pypa/setuptools/pull/4273#issuecomment-1991857305)
Don't know if that is something PyPA might want to chase
well, it doesn't really matter to me since I already did the work to put that in the wheel secrets 🙂
org wide makes sense, less config for individual projects
Yeah, I also just recently added it to the setuptools repo, but @supple narwhal just mentioned that possibility.
@charred quest would that make sense to you?
@proper swan did you call the secret with the typical name of CODECOV_TOKEN? if yes, it needs to be integrated into the workflow and the PR would be mergeable without turning this into a blocker. Then, the org-level configuration could be made and removed from the repo secrets. For as long as the secret name is the same, it'll work seamlessly in terms of migration from the repo to org level secret.
Yes, I used that name. I think Avasam will change the PR when he has the time