Skip to content

Commit

Permalink
Fixes Readme: secret.GITHUB_TOKEN should be secrets.GITHUB_TOKEN (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
HageMaster3108 authored Jul 30, 2024
1 parent b66947c commit c115342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Specify your own PHPCS executable. This is useful when loading your own Codesnif
- name: Check code with reviewdog
uses: mikebronner/[email protected]
with:
github_token: '${{ secret.GITHUB_TOKEN }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
level: 'warning'
reporter: 'github-pr-check'
standard: 'PSR1,PSR2,PSR12'
Expand Down

0 comments on commit c115342

Please sign in to comment.