Ver Fonte

add reviewdog token to enable checkstyle (#10819)

xiangzihao há 2 anos atrás
pai
commit
5083e0be6a

+ 2 - 0
.github/workflows/api-test.yml

@@ -54,6 +54,8 @@ jobs:
           submodules: true
       - name: Sanity Check
         uses: ./.github/actions/sanity-check
+        with:
+          token: ${{ secrets.GITHUB_TOKEN }}
       - name: Cache local Maven repository
         uses: actions/cache@v3
         with:

+ 2 - 0
.github/workflows/e2e.yml

@@ -54,6 +54,8 @@ jobs:
           submodules: true
       - name: Sanity Check
         uses: ./.github/actions/sanity-check
+        with:
+          token: ${{ secrets.GITHUB_TOKEN }}
       - name: Cache local Maven repository
         uses: actions/cache@v3
         with:

+ 2 - 0
.github/workflows/py-ci.yml

@@ -126,6 +126,8 @@ jobs:
           submodules: true
       - name: Sanity Check
         uses: ./.github/actions/sanity-check
+        with:
+          token: ${{ secrets.GITHUB_TOKEN }}
       - name: Cache local Maven repository
         uses: actions/cache@v3
         with:

+ 2 - 0
.github/workflows/unit-test.yml

@@ -63,6 +63,8 @@ jobs:
           submodules: true
       - name: Sanity Check
         uses: ./.github/actions/sanity-check
+        with:
+          token: ${{ secrets.GITHUB_TOKEN }}
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v2
         with: