Github actions workflow
Work flow with trigger events name : BETA - Deploy Timesheet XXX service to K8S cluster on : push : branches : - beta paths-ignore : - 'api/**' - 'deployment/XXX-api/**' - '.github/workflows/api-**' jobs : BATCH-deployment-pipeline : name : Run batch deployment pipeline with the beta env uses : ./.github/workflows/xxx-deployment-pipeline.yml with : env : beta module-name : xxx namespace : XXX-batch-beta service-name : XXX-batch chart-path : deployment/XXX-batch/chart cluster-url : https://vks.com/v1/qwrehdfagsfhgbx branch : ${{github.ref}} secrets : harbor-pass : ${{ secrets.HARBOR_PASS }} vks-sa-token : ${{ secrets.VKS_SA_TOKEN }} redis-pass : ${{ secrets.XXX_REDIS_PASS }} mysql-pass : ${{ secrets.XXX_MYSQL_PASS }} ...