diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 36c158e6..49369919 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -18,4 +18,6 @@ jobs: with: projectId: tools.cdt secrets: - gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }} \ No newline at end of file + gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }} + permissions: + pull-requests: write