Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added new starter workflow for Updating Catalog Details #21

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 workflow-templates/DataMiner-CICD-UpdateCatalogDetails.yml
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:
janstaelensskyline marked this conversation as resolved.
Show resolved Hide resolved
# 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 }}