forked from SkylineCommunications/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-pull-request] automated change
- Loading branch information
1 parent
b5938b8
commit f887755
Showing
6 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
workflow-templates/DataMiner-CICD-Connector-DeployOnly.properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
workflow-templates/DataMiner-CICD-UpdateCatalogDetails.properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
22
workflow-templates/DataMiner-CICD-UpdateCatalogDetails.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |