Skip to content

Commit

Permalink
Update dataminer-cicd-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RijadComor authored Dec 27, 2024
1 parent 1685fb4 commit 81e4ba7
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/dataminer-cicd-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,19 @@ on:
jobs:

CI:
uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Automation Master Workflow.yml@main
uses: SkylineCommunications/Low-Code-App-Editor/.github/workflows/Automation Master SDK Workflow.yml@main
with:
referenceName: ${{ github.ref_name }}
runNumber: ${{ github.run_number }}
referenceType: ${{ github.ref_type }}
repository: ${{ github.repository }}
owner: ${{ github.repository_owner }}
sonarCloudProjectName: SkylineCommunications_SLC-AS-GQI-Files
catalog-identifier: 2004a9a2-9a4a-44f3-a1ba-1b82caf627cd
catalog-manifest-path: Documentation/CATALOG_PRIVATE_MANIFEST.yml
catalog-readme-path: Documentation/CATALOG_PRIVATE_README.md
secrets:
# The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}

# # Optional 0 or More CD Jobs as needed
# CD:
# if: github.ref_type == 'tag'
# environment: production
# name: CD
# runs-on: ubuntu-latest
# needs: CI

# steps:
# - uses: actions/checkout@v4

# - name: Install .NET Tools
# run: dotnet tool install -g Skyline.DataMiner.CICD.Tools.DataMinerDeploy

# - name: Deploy to DataMiner
# run: dataminer-package-deploy from-catalog --artifact-id "${{ needs.CI.outputs.artifact-id }}" --dm-catalog-token ${{ secrets.DATAMINER_DEPLOY_KEY }}

0 comments on commit 81e4ba7

Please sign in to comment.