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