From d7664c808168b315a5c5f55fbb80579564b4ab85 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Feb 2021 22:12:59 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c505bc7e..9276ecb7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -124,7 +124,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@releases/v4 with: repository-name: MontezumaIves/lab - token: ${{ secrets.CROSS_REPO_PUSH_TOKEN }} + token: ${{ secrets.CROSS_REPO_TOKEN }} branch: gh-pages folder: integration single-commit: true