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