From 873c4219be4ee7eff72239ecbd5bf290804b3ee9 Mon Sep 17 00:00:00 2001 From: Victor Rubezhny Date: Mon, 27 Nov 2023 17:05:54 +0100 Subject: [PATCH] [build] Fix License Check GH Workflow --- .github/workflows/licensecheck.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index aad3b4d8f0..1b46b97f91 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -20,6 +20,8 @@ jobs: projectId: tools.wildwebdeveloper secrets: gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }} + permissions: + pull-requests: write npm-check: if: github.event_name != 'issue_comment' || ( github.event.issue.pull_request != '' && (github.event.comment.body == '/request-license-review') ) # Run on all non-comment events specified by the calling workflow and for comments on PRs that have a corresponding body.