We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490ab46 commit 628b7d5Copy full SHA for 628b7d5
.github/workflows/licensecheck.yml
@@ -16,11 +16,11 @@ on:
16
17
jobs:
18
call-license-check:
19
- uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
+ uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
20
with:
21
projectId: tools.linuxtools
22
javaVersion: 21
23
secrets:
24
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}
25
permissions:
26
- pull-requests: write
+ pull-requests: write
0 commit comments