SonarCloud token is not working in Github, no coverage shown

I integrated sonarCloud with Github as an action as it is recommended in sonarCloud

I created the sonarSecret on Github and it works but with no coverage shown
I tried to update pom.xml and add the build.yml file to my repository .As it was suggested by sonarCloud but when I try to push my branch with the the new yml file I got this error

How can I add this workflow scope when the token was automatically generated for me by SonarCloud?

Hey there.

Can you share your YML file where you’ve configured SonarCloud for GitHub actions?