From e4691669b843f25b9fe1b027c7a76b6d721ba1d4 Mon Sep 17 00:00:00 2001 From: arthur Date: Thu, 25 Sep 2025 11:22:11 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a325244..f7ff2fe 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,7 +2,7 @@ name: Build and Deploy Docs on: push: - branches: [ lisp ] # or your default branch + branches: [ lisp ] jobs: build: @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + tokens: ${{ secrets.GITEA_TOKEN }} - name: Install dependencies run: |