diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index 98c4c134..eaa321dd 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -15,3 +15,11 @@ jobs: - name: Update flux run: flux install --export > ./kubernetes/infra/flux/gotk-components.yaml + + - name: Commit and push changes + run: | + git config --global user.email " + git config --global user.name "GitHub Actions" + git add . + git commit -m "Update flux" + git push