From 39e54df0ddc8312359422c80adc62cf2a9736274 Mon Sep 17 00:00:00 2001 From: seongho5356 Date: Thu, 7 May 2026 22:50:18 +0900 Subject: [PATCH] =?UTF-8?q?[SRLT-156]=20Chore:=20Oracle=20manifest=20?= =?UTF-8?q?=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-prd.yaml | 2 +- .github/workflows/ci-stg.yaml | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-prd.yaml b/.github/workflows/ci-prd.yaml index e9eae462..b4390250 100644 --- a/.github/workflows/ci-prd.yaml +++ b/.github/workflows/ci-prd.yaml @@ -64,7 +64,7 @@ jobs: - name: Checkout manifest repository uses: actions/checkout@v6 with: - repository: 'StartUpLight/STARLIGHT_MANIFEST' + repository: 'StartUpLight/STARLIGHT_MANIFEST_ORACLE' token: ${{ secrets.PAT }} path: 'manifest' diff --git a/.github/workflows/ci-stg.yaml b/.github/workflows/ci-stg.yaml index dcdeeb19..a457bf46 100644 --- a/.github/workflows/ci-stg.yaml +++ b/.github/workflows/ci-stg.yaml @@ -62,18 +62,11 @@ jobs: cache-to: type=gha,mode=max - name: Checkout manifest repository - uses: actions/checkout@v6 - with: - repository: 'StartUpLight/STARLIGHT_MANIFEST' - token: ${{ secrets.PAT }} - path: 'manifest' - - - name: Checkout manifest repository (oracle) uses: actions/checkout@v6 with: repository: 'StartUpLight/STARLIGHT_MANIFEST_ORACLE' token: ${{ secrets.PAT }} - path: 'manifest-oracle' + path: 'manifest' - name: Update deployment.yml and push manifests env: @@ -117,4 +110,3 @@ jobs: } update_manifest manifest - update_manifest manifest-oracle