File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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 }}
You can’t perform that action at this time.
0 commit comments