diff --git a/.github/workflows/ansys_lab.yml b/.github/workflows/ansys_lab.yml index 98531d3136..a78c52cfd9 100644 --- a/.github/workflows/ansys_lab.yml +++ b/.github/workflows/ansys_lab.yml @@ -47,9 +47,8 @@ jobs: - name: "Push changes" shell: bash run: | - git add . git status - git commit -m ${{ inputs.version }} - git push + git commit -a -m ${{ inputs.version }} + git push https://${{ secrets.DPF_PIPELINE }}@github.com/ansys/pydpf-core.git git tag ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }} git push origin ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }}