Skip to content

Commit

Permalink
Merge pull request #16 from aeternity/ci/change-stg-ops-repo
Browse files Browse the repository at this point in the history
ci: change gitops repo for stg
  • Loading branch information
mmpetarpeshev authored Nov 19, 2023
2 parents 1c590ef + 200cfa6 commit 53ce506
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/staging-mainnet-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: stg
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -131,6 +132,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: stg
5 changes: 3 additions & 2 deletions .github/workflows/staging-testnet-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: stg
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -131,6 +132,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: stg

0 comments on commit 53ce506

Please sign in to comment.