Skip to content

Commit

Permalink
ci: change repo in prod pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev committed Feb 27, 2024
1 parent a24fa94 commit 8fa5ad5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prod-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 8fa5ad5

Please sign in to comment.