From ae8d7ff6e39cea80ef666a7521c5dab93db5a313 Mon Sep 17 00:00:00 2001 From: Ronald Record Date: Thu, 2 Nov 2023 15:13:05 -0700 Subject: [PATCH] Add token to workflow --- .github/workflows/build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c071af4..a05f2fa 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Build # Have to run processing first so the list.json exists to be included in the the deploy run: | - npm ci --prefix processing + npm ci --prefix processing npm ci --prefix site ./build_all_branches.sh @@ -24,3 +24,4 @@ jobs: with: branch: gh-pages folder: public + token: ${{ secrets.DEPLOY_TOKEN }} \ No newline at end of file