Hello,
I'm trying to use this action with a personal access token because I have a flake input from a private repo that I fetch over HTTPS.
Even though using the same token in a curl yields results and using it in my nix.conf fetches the flake fine as well, passing it to the action returns a 404.
I don't understand what I'm doing wrong. It seems like the action does not use the token when fetching the flakes.
Can someone help me with this please ?