Skip to content

Commit

Permalink
[pinpoint-apm#197] Use secrets.GITHUB_TOKEN for github action token
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Jul 16, 2024
1 parent 614bff6 commit 2459cca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion grpc/grpc-idl

0 comments on commit 2459cca

Please sign in to comment.