From 1f5abcc2b608a0227fedff022a00adf5ed96d864 Mon Sep 17 00:00:00 2001 From: petarpeshev Date: Wed, 14 Feb 2024 17:21:56 +0200 Subject: [PATCH] ci: change ops repo in prd pipelines --- .github/workflows/prod-docker-mainnet.yml | 4 ++-- .github/workflows/prod-docker-testnet.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prod-docker-mainnet.yml b/.github/workflows/prod-docker-mainnet.yml index 8be2d31..ed69a67 100644 --- a/.github/workflows/prod-docker-mainnet.yml +++ b/.github/workflows/prod-docker-mainnet.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v2 with: - repository: aeternity/gitops-apps.git + repository: aeternity/gitops-apps-aelabs.git ref: prd persist-credentials: false fetch-depth: 0 @@ -110,6 +110,6 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - repository: aeternity/gitops-apps + repository: aeternity/gitops-apps-aelabs github_token: ${{ secrets.BOT_GITHUB_TOKEN }} branch: prd diff --git a/.github/workflows/prod-docker-testnet.yml b/.github/workflows/prod-docker-testnet.yml index 7cc8beb..9acadf2 100644 --- a/.github/workflows/prod-docker-testnet.yml +++ b/.github/workflows/prod-docker-testnet.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v2 with: - repository: aeternity/gitops-apps.git + repository: aeternity/gitops-apps-aelabs.git ref: prd persist-credentials: false fetch-depth: 0 @@ -110,6 +110,6 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - repository: aeternity/gitops-apps + repository: aeternity/gitops-apps-aelabs github_token: ${{ secrets.BOT_GITHUB_TOKEN }} branch: prd