LeastAuthority / python-challenge-bypass-ristretto

Python bindings for Brave's challenge-bypass-ristretto library
4 stars 4 forks source link

Cachix for forked PRs #52

Closed exarkun closed 1 year ago

exarkun commented 1 year ago

This fixes the cachix interaction for PRs from forks. Previously the builds would fail because the cachix auth token would be missing. This change allows the token to be missing if the PR is from a fork but still requires it for in-repo PRs (so the cache will still get updated by in-repo builds).

exarkun commented 1 year ago

Lots of builds still fail - but the nix builds do not fail because they are missing cachix write credentials now.