From 3103a5460523777a9b29e774e58ff03234d85133 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 3 Aug 2025 21:59:58 -0400 Subject: [PATCH] Blast it all and try this --- .github/workflows/regenerate-nix-deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regenerate-nix-deps.yml b/.github/workflows/regenerate-nix-deps.yml index c7ff96968d..b5e3413d9d 100644 --- a/.github/workflows/regenerate-nix-deps.yml +++ b/.github/workflows/regenerate-nix-deps.yml @@ -30,7 +30,7 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Clone PR Branch - run: git clone -b ${{ github.event.pull_request.head.ref }} --depth 1 "https://git@github.com/tgstation/tgstation-server" . + run: git clone -b ${{ github.event.pull_request.head.ref }} --depth 1 "https://tgstation-server-ci:${{ steps.app-token-generation.outputs.token }}@github.com/tgstation/tgstation-server" . - name: Regenerate Dependencies run: | @@ -47,4 +47,4 @@ jobs: - name: Push run: | git config --global push.default simple - git push -u origin ${{ github.event.pull_request.head.ref }} "https://tgstation-server-ci:${{ steps.app-token-generation.outputs.token }}@github.com/tgstation/tgstation-server" 2>&1 + git push -u origin ${{ github.event.pull_request.head.ref }} 2>&1