From 1a6cdb7a463abaed380a7539b25aa61217e699a9 Mon Sep 17 00:00:00 2001 From: skyline Date: Wed, 24 Dec 2025 03:02:38 +0000 Subject: [PATCH] Update .github/workflows/fetch-upstream-mods.yml --- .github/workflows/fetch-upstream-mods.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/fetch-upstream-mods.yml b/.github/workflows/fetch-upstream-mods.yml index 502d537a..03cd4641 100644 --- a/.github/workflows/fetch-upstream-mods.yml +++ b/.github/workflows/fetch-upstream-mods.yml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v4 with: lfs: true + persist-credentials: false - name: Clone upstream GitHub repo run: | @@ -35,6 +36,7 @@ jobs: - name: force SSH remote for gitea run: | git remote set-url origin git@smallgit.dasguney.com:skyline/balatro-mod-index.git + git remote -v - name: disable lfs lock verification run: |