Skip to content

Commit

Permalink
Fix path to eclipse-dash project gh workflow
Browse files Browse the repository at this point in the history
It fails after dash-licenses moved from eclipse to its own gh org.
  • Loading branch information
akurtakov authored Jul 11, 2024
1 parent 490ab46 commit 628b7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ on:

jobs:
call-license-check:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: tools.linuxtools
javaVersion: 21
secrets:
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}
permissions:
pull-requests: write
pull-requests: write

0 comments on commit 628b7d5

Please sign in to comment.