diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 331ab91a..f46ad8b6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -98,10 +98,15 @@ jobs: with: persist-credentials: false + - name: Install SSH Client + uses: webfactory/ssh-agent@v0.4.1 + with: + ssh-private-key: ${{ secrets.DEPLOY_KEY }} + - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - ssh-key: ${{ secrets.DEPLOY_KEY }} + ssh: true branch: gh-pages folder: integration target-folder: cat/montezuma3 @@ -126,10 +131,15 @@ jobs: with: persist-credentials: false + - name: Install SSH Client + uses: webfactory/ssh-agent@v0.4.1 + with: + ssh-private-key: ${{ secrets.DEPLOY_KEY }} + - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - ssh-key: ${{ secrets.DEPLOY_KEY }} + ssh: true branch: gh-pages folder: integration target-folder: cat/montezuma4