Skip to content

Added extra check to see if the cast to DMADashboardQueryData will work. #110

Added extra check to see if the cast to DMADashboardQueryData will work.

Added extra check to see if the cast to DMADashboardQueryData will work. #110

name: DataMiner CICD Automation
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: []
tags:
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+-**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
CI:
uses: SkylineCommunications/Low-Code-App-Editor/.github/workflows/Automation Master SDK Workflow.yml@main
with:
referenceName: ${{ github.ref_name }}
runNumber: ${{ github.run_number }}
referenceType: ${{ github.ref_type }}
repository: ${{ github.repository }}
owner: ${{ github.repository_owner }}
sonarCloudProjectName: SkylineCommunications_Low-Code-App-Extensions
catalog-identifier: 95a6c64b-42e8-4b01-b154-c55fe2c0750f
catalog-manifest-path: Documentation/CATALOG_PRIVATE_MANIFEST.yml
catalog-readme-path: Documentation/CATALOG_PRIVATE_README.md
secrets:
# The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
CD:
uses: ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main
if: github.ref_type == 'tag'
needs: CI
permissions:
contents: write
with:
referenceName: ${{ github.ref_name }}
referenceType: ${{ github.ref_type }}
changelogDirectory: Documentation