Skip to content

Commit cdc0cd3

Browse files
committed
Stop spell checker from complaining about the token
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent 783e18d commit cdc0cd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/spelling.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
- name: Check Spelling
111111
run: yarn lint:spelling
112112
env:
113+
# Pretend this is a push event; we don't need any of the extra
114+
# functionality that GitHub pull request integration provides.
115+
GITHUB_EVENT_NAME: push
113116
GITHUB_TOKEN: ${{ github.token }} # Needed to generate SARIF reports.
114117
RD_LINT_SPELLING: 1
115118

0 commit comments

Comments
 (0)