Add link to sample repo with more examples (#30)

Co-authored-by: Janos Gyerik <janos.gyerik@sonarsource.com>
This commit is contained in:
colin-mueller-sonarsource 2021-12-09 10:53:33 +01:00 committed by GitHub
commit edb8ada98c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,9 @@ In case you need to add additional analysis parameters, you can use the `args` o
More information about possible analysis parameters is found in the documentation at:
https://sonarcloud.io/documentation/analysis/analysis-parameters/
See also example configurations at:
https://github.com/sonarsource/sonarcloud-github-action-samples/
### Secrets
- `SONAR_TOKEN` **Required** this is the token used to authenticate access to SonarCloud. You can generate a token on your [Security page in SonarCloud](https://sonarcloud.io/account/security/). You can set the `SONAR_TOKEN` environment variable in the "Secrets" settings page of your repository.