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