Skip to content

Commit b3f38ca

Browse files
Merge pull request SkylineCommunications#21 from SkylineCommunications/dev/catalogupload
Added new starter workflow for Updating Catalog Details
2 parents 5e5496e + 7009418 commit b3f38ca

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "DataMiner CICD Update Catalog Details",
3+
"description": "Starter Workflow for CICD to update the catalog details of a record."
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: DataMiner CICD Update Catalog Details
2+
3+
# Controls when the workflow will run
4+
on:
5+
# push:
6+
# branches:
7+
# - main
8+
# - master
9+
10+
## If you wish to only trigger on ReadMe changes.
11+
## Consider: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
12+
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
15+
16+
jobs:
17+
18+
Catalog:
19+
uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Update Catalog Details Workflow.yml@main
20+
secrets:
21+
# The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner Organization or Agent.
22+
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}

0 commit comments

Comments
 (0)