When I specify:
backstage.io/spectral-ruleset-url: https://github.com/<github-org>/<github-repo>/raw/refs/heads/master/path/to/my/spectral/file.yaml
I get a 404 from the Backstage application when it tries to retrieve that file. I assume this is because it is issuing a direct request to GitHub and is not authorized to retrieve the file since it is coming from a private repository. Is that correct? Is this plugin limit to using spectral files that are in public repos?
When I specify:
backstage.io/spectral-ruleset-url: https://github.com/<github-org>/<github-repo>/raw/refs/heads/master/path/to/my/spectral/file.yamlI get a 404 from the Backstage application when it tries to retrieve that file. I assume this is because it is issuing a direct request to GitHub and is not authorized to retrieve the file since it is coming from a private repository. Is that correct? Is this plugin limit to using spectral files that are in public repos?