From 2b7d72530743693f45bff33af1c2fd471b72d198 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Wed, 19 Feb 2025 15:56:11 -0800 Subject: [PATCH] try recursive, without token --- .gitea/workflows/builder.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index a58de92..11fc343 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -13,8 +13,7 @@ jobs: - uses: actions/checkout@v3 name: Check out code with: - submodules: true - token: ${{ secrets.PAT_TOKEN }} + submodules: recursive # IDK if I need this # - name: Set docker metadata