srid / nixos-config

KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
433 stars 17 forks source link

gh self-hosted runner: b0rks out on API rate limit #54

Closed srid closed 4 months ago

srid commented 6 months ago

https://github.com/srid/haskell-flake/actions/runs/8534046120/job/23377767319

image
srid commented 6 months ago

Not limited to VMs. I'm in a library right now,

image
srid commented 6 months ago

This solves it,

NIX_CONFIG="access-tokens = github.com=ghp_..." nix build . --override-input haskell-flake .

But it should be included in the nix.conf (via colmena keys for linux VM; but what for macOS?)

https://github.com/NixOS/nix/issues/4653#issuecomment-966390024

srid commented 6 months ago

https://github.com/NixOS/nix/issues/6536

srid commented 4 months ago

This is all solved as part of https://github.com/juspay/github-nix-ci