workflows/cachix: unlock git crypt secrets

This commit is contained in:
LavaDesu 2025-05-23 00:21:09 +10:00
parent b8ad7638ef
commit 817371bf01
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Unlock secrets
uses: sliteteam/github-action-git-crypt-unlock@1.2.0
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v14
with: