Skip to content

Secrets for Github Action

The Github actions require the following secrets to be obtained from docker hub:

Secret Name Explanation
CODECOV_TOKEN Token to upload code coverage to Codecov
DOCKERHUB_SCOPE Username or organization name on docker hub
DOCKERHUB_USERNAME Username on docker hub
DOCKERHUB_TOKEN API token to publish images to docker hub, with Read, Write and Delete permissions
NPM_TOKEN Token to publish npm packages to the default npm registry.
PACKAGE_NAME The name with which libms npm package must be published

Remember to add these secrets to Github Secrets Setting of your fork.