瀏覽代碼

add reviewdog token to enable checkstyle (#10819)

xiangzihao 2 年之前
父節點
當前提交
5083e0be6a
共有 4 個文件被更改,包括 8 次插入0 次删除
  1. 2 0
      .github/workflows/api-test.yml
  2. 2 0
      .github/workflows/e2e.yml
  3. 2 0
      .github/workflows/py-ci.yml
  4. 2 0
      .github/workflows/unit-test.yml

+ 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: