From cb8ce0ab2ba4fe7a5584029cc1fcdbc40fa0eaa2 Mon Sep 17 00:00:00 2001 From: jannetty Date: Mon, 2 Mar 2026 15:06:29 -0800 Subject: [PATCH] adding github token to authenticate rest api call during jekyll docs website building action --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7c9b0d94f..30cb1f7d0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -68,6 +68,7 @@ jobs: run: bundle exec jekyll build env: JEKYLL_ENV: production + JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Jekyll site artifact uses: actions/upload-artifact@v4