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 : Update Catalog Details
2
+
3
+ # Controls when the workflow will run
4
+ on :
5
+ # Triggers the workflow on push or pull request events but only for the master branch
6
+ push :
7
+ branches : []
8
+ tags :
9
+ - " [0-9]+.[0-9]+.[0-9]+.[0-9]+"
10
+ - " [0-9]+.[0-9]+.[0-9]+.[0-9]+-**"
11
+
12
+ # Allows you to run this workflow manually from the Actions tab
13
+ workflow_dispatch :
14
+
15
+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
+ jobs :
17
+
18
+ CI :
19
+ uses : SkylineCommunications/_ReusableWorkflows/.github/workflows/Update Catalog Details Workflow.yml@QA
20
+ secrets :
21
+ # The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
22
+ api-key : ${{ secrets.DATAMINER_DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments