Skip to content

Commit 205cc93

Browse files
committed
add
Signed-off-by: A.Arnold <[email protected]>
1 parent 48d147e commit 205cc93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/lint-with-vale.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
with:
1616
files: docs/
1717
reporter: github-pr-review
18-
env:
19-
# Required
20-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2118
- name: Vale
2219
uses: makeworld-the-better-one/[email protected]
2320
with:
2421
# Optional
25-
config: .vale.ini
22+
config: .vale.ini
23+
env:
24+
# Required
25+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
26+

0 commit comments

Comments
 (0)