gh-actions-cache: run tests

The tests don't need network, but a dummy GH_TOKEN.

+3 -2
+3 -2
pkgs/tools/misc/gh-actions-cache/default.nix
··· 21 "-w" 22 ]; 23 24 - # Tests need network 25 - doCheck = false; 26 27 meta = { 28 description = "gh extension to manage GitHub Actions caches";
··· 21 "-w" 22 ]; 23 24 + # Needed for tests. 25 + # https://github.com/actions/gh-actions-cache/issues/53#issuecomment-1464954495 26 + env.GH_TOKEN = "dummy-token-to-facilitate-rest-client"; 27 28 meta = { 29 description = "gh extension to manage GitHub Actions caches";