Fix sops command invocation
Some checks failed
/ blog-pim (push) Failing after 2m50s

This commit is contained in:
Pim Kunis 2024-05-01 23:34:16 +02:00
parent 65f8237015
commit 4b6a072a5c

View file

@ -17,4 +17,4 @@ jobs:
- run: |
mkdir -p ~/.config/sops/age
echo -n "${{ secrets.AGE_SECRET_KEY }}" > ~/.config/sops/age/keys.txt
- run: nix run nixpkgs#sops --decrypt src/secrets/sops.yaml | grep "paperless-ngx:"
- run: nix run nixpkgs#sops -- --decrypt src/secrets/sops.yaml | grep "paperless-ngx:"