From 3600f5030ae7ecced5f28cf1d5c115f97f7e770a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 8 Dec 2024 12:39:41 +1100 Subject: [PATCH] Setup starlight workflow --- .github/workflows/v3-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/v3-docs.yml b/.github/workflows/v3-docs.yml index ba8a7deb1..7552d43ab 100644 --- a/.github/workflows/v3-docs.yml +++ b/.github/workflows/v3-docs.yml @@ -37,4 +37,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 +env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file