### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
[WARNING] connection>scm:git:ssh://git@github.com/${gitHubRepo}.git</connection is invalid because ssh:// URLs do not work well with PCT. Replace it withscm:git:https://github.com/${gitHubRepo}.git . In the future this warning will be changed to an error and will break the build. [WARNING] developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection is invalid because ssh:// URLs do not work well with PCT. Replace it with developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection. In the future this warning will be changed to an error and will break the build.
Testing done