Skip to content

Commit

Permalink
Call actions/checkout with ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Dec 22, 2023
1 parent ae3321d commit 21d208d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21d208d

Please sign in to comment.