jeff-winn / homebridge-automower-platform

A platform plugin for Homebridge to connect your Husqvarna Automower and Gardena Smart robotic lawn mowers to Apple HomeKit.
MIT License
10 stars 0 forks source link

Analyze fails for external PRs #170

Closed jeff-winn closed 1 year ago

jeff-winn commented 1 year ago

Describe The Bug:

It would appear that external PRs (like those from Dependabot) cause the analyze workflow to fail. This is likely due to unshared secrets.

To Reproduce:

Submit a PR into the project by something outside of the actual repository. The analyze workflow will fail.

Expected behavior:

The analyze workflow should not run

jeff-winn commented 1 year ago

Fixed the dependabot PRs by getting a separate sonar token and attached it to the configuration settings in the repo.