From ce7a13673ec23b2356f1577517bfdc24035bd388 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Thu, 28 Sep 2023 12:14:06 -0400 Subject: [PATCH] chore: add token --- .github/workflows/github-pages.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index d9271c2b36..72fae2b464 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -63,6 +63,9 @@ jobs: - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: + # TODO: Update branch name to beta when needed + branch: alpha folder: './sandbox/dist' # The folder the action should deploy. clean-exclude: pr-preview/ # Do not remove other PR preview builds force: false + token: ${{ secrets.KONGPONENTS_BOT_PAT }}