From 21d208d9bda1843d933df6f8bb57623858c4355c Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 22 Dec 2023 09:36:16 -0700 Subject: [PATCH] Call actions/checkout with ssh-key --- .github/workflows/deploy-preview-site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview-site.yml b/.github/workflows/deploy-preview-site.yml index 3f23a96..57b7114 100644 --- a/.github/workflows/deploy-preview-site.yml +++ b/.github/workflows/deploy-preview-site.yml @@ -37,6 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ssh-key: ${{ secrets.CHIS_WEBSITE_SSH_DEPLOY_KEY }} submodules: recursive - name: Run "docker compose up" to start NGINX and PHP run: docker compose up