Skip to content

test: add debug

test: add debug #7

name: License Checking
on:
push:
branches:
- 'main'
- 'develop'
- 'release-**'
pull_request:
branches:
- 'main'
- 'develop'
- 'release-**'
issue_comment:
types: [created]
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Log event
run: echo "${{ toJson(github) }}"
# 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:
name: Eclipse Dash License Tool
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.cbi
secrets:
gitlabAPIToken: ${{ secrets.ECLIPSE_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.