mirror of
https://github.com/logos-co/logos-messaging-module.git
synced 2026-08-27 10:41:19 +00:00
* ci: switch Nix binary cache from Cachix to Attic Replace the cachix/cachix-action step with ryanccn/attic-action, pushing to the self-hosted Logos Attic cache (cache.nix.logos.co) per infra-ci #263. PRs are read-only (skip-push); only master/main builds populate the cache. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * ci: read ATTIC_ENDPOINT from secrets, not vars ATTIC_ENDPOINT is configured as a repo/org secret, so vars.ATTIC_ENDPOINT resolved empty and attic login failed with 'relative URL without a base'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>