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