Skip to content
activity

GitHub Action

Import Camunda 8 Optimize Artifacts

v1 Latest version

Import Camunda 8 Optimize Artifacts

activity

Import Camunda 8 Optimize Artifacts

GitHub Action for automated import of Optimize artifacts

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Import Camunda 8 Optimize Artifacts

uses: apendo-c8/import-optimize-artifacts@v1

Learn more about this action in apendo-c8/import-optimize-artifacts

Choose a version

Description

This GitHub Action automates the process of exporting artifacts from Camunda 8 Optimize using the Camunda 8 Optimize API. Designed to streamline workflows, this action facilitates the seamless transfer of dashboards and reports from Camunda Optimize.

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 Optimize API

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

 - name: Import Optimize Artifacts 
        uses: apendo-c8/import-optimize-artifacts@v1
        with:
          optimize_api_url: 'URL to Optimize API'
          collection_id: 'Camunda 8 Optimize collection id'
          connection_type: 'Select "cloud" for cloud-based services or "self-managed" for local, self-hosted connections'
          source: 'Path to Optimize artifacts source'
          client_id: 'Optimize API client id'
          client_secret: 'Optimize API client secret'
          audience: 'Optimize API client audience'
          auth_server_url: 'Optimize API authentication server URL'