fix: try to get auth

This commit is contained in:
2026-03-20 21:21:17 -03:00
parent e94b25f28c
commit edaf6e8fd6
+4 -1
View File
@@ -14,6 +14,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Configure Git Auth for Submodules
run: |
git config --global url."https://${{ github.token }}@git.neru.rip/".insteadOf "https://git.neru.rip/"
- name: Fetch Submodules - name: Fetch Submodules
run: git submodule update --init --recursive run: git submodule update --init --recursive
@@ -36,4 +40,3 @@ jobs:
- name: Build Dumper (Windows) - name: Build Dumper (Windows)
run: dotnet build src/dumper/dbd-dumper.csproj -c Release --runtime win-x64 run: dotnet build src/dumper/dbd-dumper.csproj -c Release --runtime win-x64