Version: @v12
I forget to configure the secret key for one of my repo's action (my bad), but cachix push simply fails silently without warning. One has to dig into the log to find that:
Post job cleanup.
Cachix: push
Pushing is disabled as signingKey nor authToken are set (or are empty?) in your YAML file.
I believe that the push action should scream "error!" and fail if it's unsuccessful. It's much easier to debug!
Version:
@v12I forget to configure the secret key for one of my repo's action (my bad), but cachix push simply fails silently without warning. One has to dig into the log to find that:
I believe that the push action should scream "error!" and fail if it's unsuccessful. It's much easier to debug!