Skip to content

Commit 86dbe79

Browse files
[CI] enable license check auto review mode
In our license check workflow, make use of the new yarn script "license:check:review". I have set the required Gitlab Personal Access Token as a repo secret using the GitHub API (we do not have UI access to this setting). Signed-off-by: Marc Dumais <[email protected]>
1 parent 3908d52 commit 86dbe79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/license-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
if: matrix.tests != 'skip'
4949
shell: bash
5050
run: |
51-
yarn license:check
51+
yarn license:check:review
52+
env:
53+
DASH_LICENSES_PAT: ${{ secrets.DASH_LICENSES_PAT }}

0 commit comments

Comments
 (0)