Skip to content

Job stuck in AWAITING_COMPLETION #3525

Job stuck in AWAITING_COMPLETION

Job stuck in AWAITING_COMPLETION #3525

name: License Checking
on:
push:
branches:
- 'develop'
- 'release-**'
pull_request:
branches:
- 'develop'
- 'release-**'
issue_comment:
types: [created]
jobs:
# Documentation: https://github.com/eclipse-dash/dash-licenses#reusable-github-workflow-for-automatic-license-check-and-ip-team-review-requests
eclipse-dash-license-tool-run:

Check failure on line 16 in .github/workflows/license-check.yaml

View workflow run for this annotation

GitHub Actions / License Checking

Invalid workflow file

The workflow is not valid. .github/workflows/license-check.yaml (Line: 16, Col: 3): Error calling workflow 'eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master'. The nested job 'check-licenses' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: Eclipse Dash License Tool
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: iot.kapua
secrets:
gitlabAPIToken: ${{ secrets.KAPUA_GITLAB_API_TOKEN }} # We should ask Eclipse to add this secret at some point. Currently, we do not want to do automatic license vetting submission.