From 2b3440e2996b35a400a76c5d1023c0a14dc8d812 Mon Sep 17 00:00:00 2001 From: Dmitri Chernysh Date: Mon, 13 May 2024 23:21:44 +0300 Subject: [PATCH] Update sync-with-external-repos.yml --- .github/workflows/sync-with-external-repos.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync-with-external-repos.yml b/.github/workflows/sync-with-external-repos.yml index facb229..0837226 100644 --- a/.github/workflows/sync-with-external-repos.yml +++ b/.github/workflows/sync-with-external-repos.yml @@ -24,14 +24,16 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - # - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + with: + ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} # Checkout the repo https://github.com/yojimbo45/Image-to-PDF-Android - - name: Checkout Image-To-PDF-repo - uses: actions/checkout@v4 - with: + # - name: Checkout Image-To-PDF-repo + # uses: actions/checkout@v4 + # with: #url: ${{ env.ORIGIN_REPO }} - ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + # ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} # ref: main # fetch-depth: 0