From ff25f6df47fe427fda0230b1e78722ac478ddca9 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 11 Jan 2020 19:32:17 -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 ff0f4ca2..c440df05 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,7 +36,7 @@ jobs: - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v3-test with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages FOLDER: integration BASE_BRANCH: dev