Skip to content

gh actions settup with cachix and nur-update heroku app only runs if not <YOUR_something_NAME> #38

@06kellyjac

Description

@06kellyjac

The GH actions config changed from:
if: ${{ matrix.cachixName != '' }}
to:
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with the nur-update step having a similar update

Should it's behavior be to always set up cachix and trigger nur-update as long as there is a value?
Or should it only enable cachix for a specific cachix cache as you'll only have one secret key in secrets.CACHIX_SIGNING_KEY

Should there be separate cachix setups? One for a main cachix with CACHIX_SIGNING_KEY and one for the rest?

I'm guessing most users will only have 1 cachixName and one nurRepo in the matrix so that might be overkill

related commit: 52d63e8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions