Skip to content

Commit

Permalink
chore: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 28, 2023
1 parent 5f56642 commit ce7a136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ce7a136

Please sign in to comment.