Loading pkgs/tools/misc/gh-actions-cache/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,9 @@ buildGoModule rec { "-w" ]; # Tests need network doCheck = false; # Needed for tests. # https://github.com/actions/gh-actions-cache/issues/53#issuecomment-1464954495 env.GH_TOKEN = "dummy-token-to-facilitate-rest-client"; meta = { description = "gh extension to manage GitHub Actions caches"; Loading Loading
pkgs/tools/misc/gh-actions-cache/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,9 @@ buildGoModule rec { "-w" ]; # Tests need network doCheck = false; # Needed for tests. # https://github.com/actions/gh-actions-cache/issues/53#issuecomment-1464954495 env.GH_TOKEN = "dummy-token-to-facilitate-rest-client"; meta = { description = "gh extension to manage GitHub Actions caches"; Loading