Start Free
SonarQube Community Build | DevOps platform integration | GitHub integration | Setting up integration at global level | Setting parameters for GitHub Actions

Setting parameters used by GitHub Actions

On this page

You can define at the global level the parameters used in GitHub Actions workflows to connect to the SonarQube Community Build (Server URL and token). 

Storing the authentication token in GitHub at the global level

To store sensitive data, use GitHub secrets: see GitHub's documentation on Encrypted secrets for more information. 

Proceed as follows to store the authentication token at the global level:

  1. In the SonarQube Community Build UI, generate a SonarQube Community Build token at the global level. 
  2. Create an organization secret in GitHub with:
    • Name: SONAR_TOKEN
    • Value: the token you generated in the previous step.

Storing the SonarQube Community Build URL in GitHub at the global level

Create an organization variable in GitHub with:

  • Name: SONAR_HOST_URL
  • Value:  SonarQube Community Build URL. 

Was this page helpful?

© 2008-2025 SonarSource SA. All rights reserved. SONAR, SONARSOURCE, SONARQUBE, and CLEAN AS YOU CODE are trademarks of SonarSource SA.

Creative Commons License