Skip to content

apendo-c8/import-optimize-artifacts

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'