Skip to content

Commit

Permalink
chore: reviewdog에 token 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomment committed Nov 28, 2023
1 parent fc4eece commit dca10e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ktlintReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: $
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
android: true
fail_on_error: true
Expand Down

0 comments on commit dca10e0

Please sign in to comment.