diff --git a/.github/workflows/push_main.yml b/.github/workflows/push_main.yml new file mode 100644 index 0000000..e5c374e --- /dev/null +++ b/.github/workflows/push_main.yml @@ -0,0 +1,25 @@ +# -------------------------------------------------------------- +# WARNING: This file is managed by centralized sync management system. +# Do not edit this file directly, your changes will be overwritten. +# See https://github.com/orange-cloudavenue/workflows for more information. +# -------------------------------------------------------------- +name: Push main +on: + push: + branches: + - main + workflow_dispatch: + +concurrency: + group: ${{ github.ref }}-${{ github.head_ref }}-main + cancel-in-progress: true + +permissions: + contents: write + +jobs: + request-doc-update + name: "Request doc update" + uses: orange-cloudavenue/workflows/.github/workflows/doc_request-update.yml@main + secrets: + TOKEN: ${{ secrets.CHANGELOG_PAT }} \ No newline at end of file