diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index 24b88fb..a97a198 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -26,8 +26,9 @@ jobs: ssh-key: ${{ secrets.GIT_SSH_KEY }} ssh-known-hosts: ${{ secrets.KNOWN_HOSTS }} - - name: Install nix - uses: cachix/install-nix-action@v18 + # Nix + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Create anonymized repo run: nix run github:ictunion/git-anonymize -- . -o /tmp/anonymized -n 'ICT Guerrilla' -e 'ictguerrilla@proton.me' -r HEAD production @@ -60,10 +61,9 @@ jobs: ssh-key: ${{ secrets.GIT_SSH_KEY }} ssh-known-hosts: ${{ secrets.KNOWN_HOSTS }} - - name: Install nix - uses: cachix/install-nix-action@v18 - with: - nix_path: nixpkgs=channel:nixos-unstable + # Nix + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Current time run: date +%c @@ -95,10 +95,9 @@ jobs: ssh-key: ${{ secrets.GIT_SSH_KEY }} ssh-known-hosts: ${{ secrets.KNOWN_HOSTS }} - - name: Install nix - uses: cachix/install-nix-action@v18 - with: - nix_path: nixpkgs=channel:nixos-unstable + # Nix + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Current time run: date +%c