Skip to content

Commit 71f5cf5

Browse files
committed
chore: Adding support for changelog spellcheck (box/box-codegen#602)
1 parent cfc66b9 commit 71f5cf5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "37e1577", "specHash": "c2c76f3", "version": "0.1.1" }
1+
{ "engineHash": "6ae899a", "specHash": "c2c76f3", "version": "0.1.1" }

.github/workflows/spell-check-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
jobs:
8-
spellcheck-request-title:
8+
spellcheck-request:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout current repository
@@ -19,3 +19,5 @@ jobs:
1919
path: spellchecker
2020
- name: Execute spellchecker
2121
uses: ./spellchecker
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)