We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839d0ba commit 3e95b37Copy full SHA for 3e95b37
2 files changed
.github/workflows/license_check.yml
.github/workflows/on-pr.yml
@@ -26,3 +26,14 @@ jobs:
26
common:
27
# FIXME: change to @main once the workflow is merged into main
28
uses: eclipse-score/cicd-workflows/.github/workflows/on-pr.yml@on-pr
29
+
30
+ license-check:
31
+ uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
32
+ with:
33
+ repo-url: "${{ github.server_url }}/${{ github.repository }}"
34
+ bazel-target: "run --lockfile_mode=error //src:license-check"
35
+ secrets:
36
+ dash-api-token: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}
37
+ permissions:
38
+ pull-requests: write
39
+ issues: write
0 commit comments