From 8fa5ad573599210219df934bfd223d270ae70995 Mon Sep 17 00:00:00 2001 From: petarpeshev Date: Mon, 26 Feb 2024 20:30:14 +0200 Subject: [PATCH] ci: change repo in prod pipeline --- .github/workflows/prod-docker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-docker.yml b/.github/workflows/prod-docker.yml index 949d9e10..084b3641 100644 --- a/.github/workflows/prod-docker.yml +++ b/.github/workflows/prod-docker.yml @@ -100,8 +100,9 @@ jobs: - uses: actions/checkout@v2 with: - repository: aeternity/gitops-apps.git + repository: aeternity/gitops-apps-aelabs.git ref: prd + token: ${{ secrets.BOT_GITHUB_TOKEN }} persist-credentials: false fetch-depth: 0 @@ -125,6 +126,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