Secrets for Github Action
The Github actions require the following secrets to be obtained from docker hub:
| Secret Name | Explanation | 
|---|---|
| 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,WriteandDeletepermissions | 
| NPM_TOKEN | Token to publish npm packages to the default npm registry. | 
Remember to add these secrets to Github Secrets Setting of your fork.