From 4e1310c367efcd15587bf4975528a0c8667c4b59 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 19 Jan 2025 17:02:30 +1100 Subject: [PATCH] ci: try with determinate systems github-token --- .github/workflows/check.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f73a624..1144aa3 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -16,15 +16,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - token: ${{ secrets.KUNZEN_TOKEN }} - submodules: true - - name: Configure Git - run: | - git config --global url."https://${{ secrets.KUNZEN_TOKEN }}@github.com/".insteadOf git@github.com: - git config --global url."https://${{ secrets.KUNZEN_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ - name: Setup Nix uses: DeterminateSystems/nix-installer-action@main + with: + github-token: ${{ secrets.KUNZEN_TOKEN }} - name: Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake