mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-25 03:16:53 +00:00
To run GitHub workflow, a few environment variables needs to add in GitHub secrets
Environment Variables
| Variables | Description | Example |
|---|---|---|
| REPONAME | Provide the DockerHub user/organisation name of the image. | signoz |
| DOCKERHUB_USERNAME | Docker hub username | signoz |
| DOCKERHUB_TOKEN | Docker hub password/token with push permission | **** |
| SONAR_TOKEN | SonarCloud token | **** |