From 2459ccaffd8b170467a61e989292c95cf5de63c1 Mon Sep 17 00:00:00 2001 From: Yongseok Date: Tue, 16 Jul 2024 22:44:00 +0900 Subject: [PATCH] [#197] Use secrets.GITHUB_TOKEN for github action token --- .github/workflows/main.yml | 6 ++++-- grpc/grpc-idl | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc45c4e3..063a19f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,7 @@ jobs: # uses: jwgmeligmeyling/checkstyle-github-action@master # with: # path: '**/checkstyle-result.xml' + # token: ${{ secrets.GITHUB_TOKEN }} - name: Coverage run: npm run coverage # ... Generate LCOV files or download it from a different job @@ -42,5 +43,6 @@ jobs: uses: zgosalvez/github-actions-report-lcov@v3 with: coverage-files: coverage/lcov.info - github-token: ${{ secrets.ACTIONS_TOKEN }} - update-comment: true + artifact-name: code-coverage-report + github-token: ${{ secrets.GITHUB_TOKEN }} + update-comment: true \ No newline at end of file diff --git a/grpc/grpc-idl b/grpc/grpc-idl index 6ca76966..0dc22be3 160000 --- a/grpc/grpc-idl +++ b/grpc/grpc-idl @@ -1 +1 @@ -Subproject commit 6ca769669c6cecfeb61e676562f55c18e9e70609 +Subproject commit 0dc22be33d31d4e2654117943b244d3871b4a716