From bdf2b6d5eaa386db95685ea91ade0424785691eb Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 19 Jan 2025 16:55:54 +1100 Subject: [PATCH] ci: use kunzen token --- .github/workflows/check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index b1103d6..f73a624 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: nix-flake-check: - name: Evaluate Flake + name: Check Flake runs-on: ubuntu-latest steps: - name: Checkout @@ -21,8 +21,8 @@ jobs: 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/ + 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 - name: Magic Nix Cache