Skip to content

Commit

Permalink
ci: change ops repo in prd pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev authored and kenodressel committed Feb 14, 2024
1 parent 5f0313f commit 1f5abcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-docker-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/prod-docker-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1f5abcc

Please sign in to comment.