GithubPulls plugin for Hydra doesn't pick up github_authorization config section

In services.hydra.extraConfig:

<github_authorization>
  Holo-Host = token MY_HOLO_HOST_TOKEN
</github_authorization>

JSON spec for the project is on GitHub.


The issue is with evaluation of .jobsets, can be observed on our Hydra.

read_file '/var/lib/hydra/github-authorization/' - open: No such file or directory

It’s either not a directory or is a directory error (if I mkdir /var/lib/hydra/github-authorization beforehand).

Should I put anything at this path? I thought having github_authorization section in config is sufficient.

Thanks a lot!

This is the source code for context:

1 Like

The issue was a custom patch applied by former developers of holo-nixpkgs. Thanks for the help!