We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ebe24 commit 5a4146bCopy full SHA for 5a4146b
.github/workflows/style-guide.yml
@@ -16,8 +16,4 @@ jobs:
16
vale_flags: "--no-exit --minAlertLevel=error"
17
reporter: github-pr-review
18
fail_on_error: true
19
- env:
20
- # Required, set by GitHub actions automatically:
21
- # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
22
- GITHUB_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}
23
- REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}
+ token: ${{ secrets.RHDH_BOT_TOKEN }}
0 commit comments