Lukas Klinger

Results 2 comments of Lukas Klinger

@drexler We currently use this workaround in our project. First, we create a file hash across all yaml files in the chart directory (set in variable `var.chart_path`)... ``` locals {...

Hi everyone, I fixed this in our repositories by removing the step and replacing it with: ``` - name: Push Commit run: git push https://${{ secrets.GITHUB_PAT }}@github.com//.git ``` The repo...