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: |