We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5fc2e commit fea51d8Copy full SHA for fea51d8
doc/04-maintainer-guide.adoc
@@ -61,6 +61,10 @@ CI - We use GitHub Actions for this project
61
62
Clojars secrets are protected under the `publish` environment which is only referenced by `publish.yml`.
63
64
+Codecov.io token is configured as a `CODECOV_TOKEN` secret in this repo.
65
+Token was generated and populated by clj-commons GitHub org admins who have the privs to do such things.
66
+Hit them up in Clojurians Slack `#clj-commons` channel if you should ever need their help.
67
+
68
== Expected Oddities
69
70
When publishing, you will see both the `tests` workflow triggered and the `publish` workflow triggered (which also invokes the `tests` workflow).
0 commit comments