actions: change secret name

This commit is contained in:
Kavin 2022-05-19 19:14:51 +01:00 committed by GitHub
parent c366dc9c95
commit 41002a52a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
- name: ktlint
uses: ScaCap/action-ktlint@1.3
with:
github_token: ${{ secrets.github_token }}
github_token: ${{ secrets.ACCESS_TOKEN }}
reporter: github-pr-review
android: true
fail_on_error: true