Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
kustomize edit set image "send-runtime-hook-image-placeholder=${{ env.RELEASE_IMAGE }}"

- name: GIT | Commit changes to aleph-apps repository.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
with:
author_name: AlephZero Automation
author_email: alephzero@10clouds.com
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-feature-envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
sed "s/NODE_IMAGE/$TESTNET_IMAGE/g" $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml > $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp && mv $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml

- name: GIT | Commit changes to aleph-apps repository.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
env:
APP_NAME: fe-${{ steps.get_branch.outputs.branch }}
GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }}
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
sed "s/NODE_IMAGE/$PR_IMAGE/g" $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml > $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp && mv $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml.temp $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml

- name: GIT | Commit changes to aleph-apps repository.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
env:
IMAGE_TAG: fe-${{ steps.get_branch.outputs.branch }}_${{ steps.get_branch.outputs.sha_short }}
FE_ALEPH_NODE_REGISTRY: 573243519133.dkr.ecr.us-east-1.amazonaws.com/feature-env-aleph-node
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
rm -rf $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml

- name: GIT | Commit deletion of the feature environment.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
env:
APP_NAME: fe-${{ steps.get_branch.outputs.branch }}
GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }}
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
rm -rf $ALEPH_PATH/aleph-apps/argocd/overlays/devnet/fe-apps/${{ env.APP_NAME }}.yaml

- name: GIT | Commit deletion of the feature environment.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
env:
APP_NAME: fe-${{ steps.get_branch.outputs.branch }}
GITHUB_TOKEN: ${{ secrets.CI_GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
done

- name: GIT | Commit changes to aleph-apps repository.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
with:
author_name: AlephZero Automation
author_email: alephzero@10clouds.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
done

- name: GIT | Commit changes to aleph-apps repository.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
with:
author_name: AlephZero Automation
author_email: alephzero@10clouds.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
kustomize build . | kubectl apply -f -

- name: GIT | Commit changes to aleph-apps repository.
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.0.1
with:
author_name: AlephZero Automation
author_email: alephzero@10clouds.com
Expand Down