Skip to content

[REMOVE] Test dash-license workflow #211

[REMOVE] Test dash-license workflow

[REMOVE] Test dash-license workflow #211

Workflow file for this run

# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
name: License vetting status check
on:
push:
branches:
- 'master'
- 'm2e-*'
pull_request:
branches:
- 'master'
- 'm2e-*'
issue_comment:
types: [created]
jobs:
call-license-check:

Check failure on line 18 in .github/workflows/licensecheck.yml

View workflow run for this annotation

GitHub Actions / License vetting status check

Invalid workflow file

The workflow is not valid. .github/workflows/licensecheck.yml (Line: 18, Col: 3): Error calling workflow 'HannesWell/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master'. The nested job 'check-licenses' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
permissions: {}
uses: HannesWell/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.m2e
setupScript: 'cd org.eclipse.m2e.maven.runtime && mvn generate-resources'
secrets:
gitlabAPIToken: ${{ secrets.M2E_GITLAB_API_TOKEN }}