Skip to content

test reusable workflow #57

test reusable workflow

test reusable workflow #57

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: ./.github/workflows/Automation Master SDK Workflow.yml
with:
referenceName: ${{ github.ref_name }}
runNumber: ${{ github.run_number }}
referenceType: ${{ github.ref_type }}
repository: ${{ github.repository }}
owner: ${{ github.repository_owner }}
sonarCloudProjectName: qsdqsd
secrets:
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
CD:

Check failure on line 24 in .github/workflows/DataMiner+CI+Automation.yml

GitHub Actions / DataMiner CI Automation

Invalid workflow file

The workflow is not valid. .github/workflows/DataMiner+CI+Automation.yml (Line: 24, Col: 3): Error calling workflow 'ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main'. The nested job 'github_release_creation' is requesting 'contents: write', but is only allowed 'contents: read'.
name: CD
uses: ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main

Check failure on line 26 in .github/workflows/DataMiner+CI+Automation.yml

GitHub Actions / DataMiner CI Automation

Invalid workflow file

The workflow is not valid. In .github/workflows/DataMiner+CI+Automation.yml (Line: 26, Col: 11): Error from called workflow ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main (Line: 20, Col: 5): Unexpected value 'run-on' In .github/workflows/DataMiner+CI+Automation.yml (Line: 26, Col: 11): Error from called workflow ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main (Line: 18, Col: 5): Required property is missing: runs-on
with:
referenceName: ${{ github.ref_name }}
referenceType: ${{ github.ref_type }}
changelogDirectory: Documentation