1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-04-09 02:14:08 +00:00

upgrade cachix

This commit is contained in:
Jörg Thalheim 2020-11-18 21:10:33 +01:00
parent 9b7767473d
commit b0d764fccd
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -12,8 +12,6 @@ jobs:
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
@ -21,7 +19,7 @@ jobs:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: Setup cachix
uses: cachix/cachix-action@v6
uses: cachix/cachix-action@v8
with:
name: mic92
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'