Skip to content

Commit

Permalink
Temporary remove checkout of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 21, 2024
1 parent e009c95 commit 5667e2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5667e2a

Please sign in to comment.