Skip to content

Commit

Permalink
Merge pull request #21 from SkylineCommunications/dev/catalogupload
Browse files Browse the repository at this point in the history
Added new starter workflow for Updating Catalog Details
  • Loading branch information
janstaelensskyline authored Nov 14, 2024
2 parents 5e5496e + 7009418 commit b3f38ca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "DataMiner CICD Update Catalog Details",
"description": "Starter Workflow for CICD to update the catalog details of a record."
}
22 changes: 22 additions & 0 deletions workflow-templates/DataMiner-CICD-UpdateCatalogDetails.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit b3f38ca

Please # to comment.