Skip to content

Commit f253ef7

Browse files
committed
chore(cicd): add missing Github Token fro Reviewdog
1 parent 5f33c13 commit f253ef7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Run ESLint
1717
uses: reviewdog/action-eslint@f9dffc54bec82af85668c1f99aa01b6d831ba400 # tag=v1.0.1
18+
env:
19+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1820

1921
# -- DOCKER -----------------------------------------------------------------
2022
hadolint:
@@ -27,3 +29,5 @@ jobs:
2729

2830
- name: Run hadolint
2931
uses: reviewdog/action-hadolint@9ab0e438e4266f368e1a782cee6b85a404b2d6a0 # tag=v1.32.1
32+
env:
33+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)