diff --git a/.forgejo/workflows/serve.yaml b/.forgejo/workflows/serve.yaml index 3d2b8d3..0d2cfc6 100644 --- a/.forgejo/workflows/serve.yaml +++ b/.forgejo/workflows/serve.yaml @@ -10,6 +10,7 @@ jobs: uses: actions/checkout@v4 with: submodules: "true" + token: ${{ secrets.FORGEJO_TOKEN }} - name: Execute code run: uv run myst build --execute - name: Build PDF exports