Skip to content

Commit

Permalink
Adding a new workflow: DataMiner CI Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneMaes0 committed Jun 7, 2024
0 parents commit 048275e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/DataMiner+CI+Automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: DataMiner CI Automation
on:
push:
branches: []
tags:
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+'
workflow_dispatch:
jobs:
CI:
name: CI
uses: SkylineCommunications/_ReusableWorkflows/.github/workflows/Automation Master 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-DISMACRO-Create-Class-From-Table
secrets:
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 048275e

Please sign in to comment.