Skip to content

Create CATALOG_PRIVATE_README.md #11

Create CATALOG_PRIVATE_README.md

Create CATALOG_PRIVATE_README.md #11

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_SLC-AS-GQI-Files
catalog-identifier: 2004a9a2-9a4a-44f3-a1ba-1b82caf627cd
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 }}