How to I access the projectKey in sonarCloudTrigger job of a GitHub action?

Template for a good new topic, formatted with Markdown:
I use the the GitHub Action with the where I have spesifed a job sonarCloudTrigger:


I have defined the sonar-project.properties i the base directory

When Github execute the sonarCloudTrigger job it does not find the projectKey from the sonar-project.properties file

What do I have to do to so the job reads the sonar-project.properties file ?

Hi @steinko

I’m not sure about the projectBaseDir you set in your yaml file. Could you please check that it effectively matches the path where your sonar-project.properties is located ?

Thanks.
Mickaël