From af7504392fe40d4320c9a1263fec3a5c1da64f0b Mon Sep 17 00:00:00 2001 From: Kevin Mack Date: Wed, 19 Jun 2024 12:36:08 +0000 Subject: [PATCH] Switching to composite initialize --- .github/workflows/core-environment.yaml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.github/workflows/core-environment.yaml b/.github/workflows/core-environment.yaml index 31ed734..4840ebb 100644 --- a/.github/workflows/core-environment.yaml +++ b/.github/workflows/core-environment.yaml @@ -36,23 +36,11 @@ jobs: runs-on: ${{ inputs.WORKFLOW_AGENT }} steps: - - uses: actions/checkout@v2 - - - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/get-agent-details@main - - - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/install-docker@main + - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@main with: - VER_DOCKER_MAX: 26.1.3 - - - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/registry-login@main - with: - registry-name: ${{ inputs.REGISTRY }} - github-user-name: ${{ secrets.GIT_HUB_USER_NAME }} - github-user-token: ${{ secrets.GIT_HUB_USER_TOKEN }} - - - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/get-setup@main - with: - setup-repo-url: ${{ secrets.SETUP_REPO_URL }} + GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }} + GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }} + SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }} - uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/build-app@km/debug_core