Skip to content

Commit

Permalink
[build] Fix License Check GH Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vrubezhny committed Nov 27, 2023
1 parent 9dc9513 commit 3d0abd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d0abd5

Please sign in to comment.