From 7e78f3858d99ad2c4b5fca2539fa47c18d152cb4 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Tue, 14 May 2024 10:41:35 +0200 Subject: [PATCH] Update release-pipeline.yml --- .github/workflows/release-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 583135a..744c1da 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -158,7 +158,7 @@ jobs: - name: "Checkout k8s-operator project" uses: actions/checkout@v4 with: - repository: kaotoIO/community-operators + repository: KaotoIO/community-operators token: ${{ secrets.KAOTO_CI_TOKEN }} path: community-operators ref: main @@ -213,7 +213,7 @@ jobs: - name: "Checkout k8s-operator project" uses: actions/checkout@v4 with: - repository: kaotoIO/community-operators-prod + repository: KaotoIO/community-operators-prod token: ${{ secrets.KAOTO_CI_TOKEN }} path: community-operators-prod ref: main