Skip to content

Commit 5f136e0

Browse files
Create dataminer-cicd-updatecatalogdetails.yml
1 parent aabb790 commit 5f136e0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
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)