Skip to content

Try using composite gha workflow #3

Try using composite gha workflow

Try using composite gha workflow #3

name: Checkout With Cachix
description: Checkout a repository and also set up nix
runs:
using: composite
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
- name: ❄ Prepare nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v15
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'