From d51113f1c1bff82cc345789affa034a0dab29f23 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 11 Jan 2020 19:48:44 -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 6f766169..89e6b9a2 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