From 2bda9272a83cf77d5dac2d5288bc6652b9e7c0c0 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Feb 2021 22:39:07 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9276ecb7..7c891e5d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -114,7 +114,7 @@ jobs: # Deploys cross repo with an access token. integration-cross-repo-push: - needs: integration-container + needs: integration-ssh runs-on: ubuntu-latest steps: - name: Checkout @@ -123,8 +123,8 @@ jobs: - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - repository-name: MontezumaIves/lab - token: ${{ secrets.CROSS_REPO_TOKEN }} + repository-name: JamesIves/lab + token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages folder: integration single-commit: true