From 20fd0f48a304e2501db13ac3580c82659f16d19f Mon Sep 17 00:00:00 2001 From: Minimata Date: Mon, 16 Jun 2025 08:12:08 +0200 Subject: [PATCH] ci: trying to use the secrets token instead of default one --- .gitea/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index efbd5ee..5749758 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -47,9 +47,10 @@ jobs: run: | apt update && apt -y install curl zip nodejs - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: lfs: true + token: ${{ secrets.token }} - name: Import resources and build solution run: | godot --headless --editor --build-solutions --quit --import --path $PWD