Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 986 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 986 Bytes

Description

Streamline the tagging of Camunda BPMN process models to align them with specific model milestones by leveraging the Camunda Web Modeler API with this GitHub Action. This action is part of a suite of actions designed to streamline the CI/CD pipeline for managing BPMN process models.

Usage

To use this action in your workflow, follow these steps:

Set Up Camunda API Access:

Ensure you have correct credentials to authorize the Camunda Modeler API

You can simply refer to this GitHub action in any GitHub workflow.:

      - name: Tag BPMN Models
        uses: apendo-c8/tag-bpmn-models@v1.2
        with:
          project_id: 'Project Id'
          tag: 'Tag name (${{ github.ref_name }} will reference the latest pushed tag or branch)'
          client_id: 'Camunda Modeler API client id'   
          client_secret: 'Camunda Modeler API client secret'