From 2e1cef0dca1f94460b1378e61c8638d27e660807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 13 Jan 2022 08:47:26 +0100 Subject: [PATCH] switch to update-flake-lock fork for testing this one hard codes a different github personal access token so we can trigger CI/CD. --- .github/workflows/update-flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 38fe061..029a862 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -16,4 +16,4 @@ jobs: # extra_nix_config: | # access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@v6 + uses: Mic92/update-flake-lock@main