From 5667e2a9608e24e825bbe20e62d731d96dc435cc Mon Sep 17 00:00:00 2001 From: Barry d'Hoine Date: Thu, 21 Nov 2024 23:50:51 +0100 Subject: [PATCH] Temporary remove checkout of artifacts --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93ad256..95557b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Checkout AEM SDK artifacts repository - uses: actions/checkout@v4 - with: - name: orbinson/aem-sdk-artifacts - token: ${{ secrets.GITHUB_PRIVATE_TOKEN }} # Required for private repositories, setup with https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line +# - name: Checkout AEM SDK artifacts repository +# uses: actions/checkout@v4 +# with: +# name: orbinson/aem-sdk-artifacts +# token: ${{ secrets.GITHUB_PRIVATE_TOKEN }} # Required for private repositories, setup with https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx