diff --git a/workflow-templates/DataMiner-CICD-UpdateCatalogDetails.properties.json b/workflow-templates/DataMiner-CICD-UpdateCatalogDetails.properties.json new file mode 100644 index 0000000..da116a2 --- /dev/null +++ b/workflow-templates/DataMiner-CICD-UpdateCatalogDetails.properties.json @@ -0,0 +1,4 @@ +{ + "name": "DataMiner CICD Update Catalog Details", + "description": "Starter Workflow for CICD to update the catalog details of a record." +} \ No newline at end of file diff --git a/workflow-templates/DataMiner-CICD-UpdateCatalogDetails.yml b/workflow-templates/DataMiner-CICD-UpdateCatalogDetails.yml new file mode 100644 index 0000000..e4539a1 --- /dev/null +++ b/workflow-templates/DataMiner-CICD-UpdateCatalogDetails.yml @@ -0,0 +1,22 @@ +name: DataMiner CICD Update Catalog Details + +# Controls when the workflow will run +on: + # push: + # branches: + # - main + # - master + + ## If you wish to only trigger on ReadMe changes. + ## Consider: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + + Catalog: + uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Update Catalog Details Workflow.yml@main + secrets: + # The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner Organization or Agent. + api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }} \ No newline at end of file