diff --git a/.github/workflows/staging-mainnet-pipeline.yml b/.github/workflows/staging-mainnet-pipeline.yml index 1ef92bb..799acef 100644 --- a/.github/workflows/staging-mainnet-pipeline.yml +++ b/.github/workflows/staging-mainnet-pipeline.yml @@ -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 @@ -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 diff --git a/.github/workflows/staging-testnet-pipeline.yml b/.github/workflows/staging-testnet-pipeline.yml index a36cb79..6c876ad 100644 --- a/.github/workflows/staging-testnet-pipeline.yml +++ b/.github/workflows/staging-testnet-pipeline.yml @@ -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 @@ -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