You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to run this code locally and found out that I need to generate the credentials for Github Action Cache API by using Generate Credentials workflow - keygen.yaml.
Although, I ran this command on my Ubuntu machine, nix shell nixpkgs#age --command age-keygen -o key.txt and set an repository secret called AGE_PUBLIC_KEY as the public key retrieved from that command.
But when I tried to manually run the Generate Credentials workflow, it fails with this error.
In fact, it passes but it doesn't dump credentials correctly.
Hi @aleksdmladenovic, thanks for the issue. That is a remnant from when we were first developing and testing the magic nix cache, and we don't really use it / should probably delete it. So I'm curious: why do you want to do that?
Hello, I tried to run this code locally and found out that I need to generate the credentials for Github Action Cache API by using
Generate Credentials
workflow -keygen.yaml
.Although, I ran this command on my Ubuntu machine,
nix shell nixpkgs#age --command age-keygen -o key.txt
and set an repository secret calledAGE_PUBLIC_KEY
as the public key retrieved from that command.But when I tried to manually run the
Generate Credentials
workflow, it fails with this error.In fact, it passes but it doesn't dump credentials correctly.
https://github.com/aleksdmladenovic/magic-nix-cache/actions/runs/10945125943/job/30657037776#step:6:12
Looking forward to solution to this!
Thanks!
The text was updated successfully, but these errors were encountered: