From fea51d83a0129ef30b30a75f08f7c7cada125415 Mon Sep 17 00:00:00 2001 From: Lee Read Date: Wed, 1 May 2024 12:59:12 -0400 Subject: [PATCH] docs: update maintainer guide re codecov token (#272) [skip ci] --- doc/04-maintainer-guide.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/04-maintainer-guide.adoc b/doc/04-maintainer-guide.adoc index 0d79f35..b62539f 100644 --- a/doc/04-maintainer-guide.adoc +++ b/doc/04-maintainer-guide.adoc @@ -61,6 +61,10 @@ CI - We use GitHub Actions for this project Clojars secrets are protected under the `publish` environment which is only referenced by `publish.yml`. +Codecov.io token is configured as a `CODECOV_TOKEN` secret in this repo. +Token was generated and populated by clj-commons GitHub org admins who have the privs to do such things. +Hit them up in Clojurians Slack `#clj-commons` channel if you should ever need their help. + == Expected Oddities When publishing, you will see both the `tests` workflow triggered and the `publish` workflow triggered (which also invokes the `tests` workflow).