From 73315712409a1366c559f05a42c1b37f4332289c Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 19 Jan 2025 16:06:13 +1100 Subject: [PATCH] ci: try https --- .github/workflows/check.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 954580d..b1103d6 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -19,6 +19,10 @@ jobs: with: token: ${{ secrets.KUNZEN_TOKEN }} submodules: true + - name: Configure Git + run: | + git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf git@github.com: + git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ - name: Setup Nix uses: DeterminateSystems/nix-installer-action@main - name: Magic Nix Cache