Skip to content

Commit 5a4146b

Browse files
authored
Update .github/workflows/style-guide.yml
1 parent 35ebe24 commit 5a4146b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/style-guide.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ jobs:
1616
vale_flags: "--no-exit --minAlertLevel=error"
1717
reporter: github-pr-review
1818
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 }}
19+
token: ${{ secrets.RHDH_BOT_TOKEN }}

0 commit comments

Comments
 (0)