Skip to content

Commit c011204

Browse files
committed
ci: Fix missing github token
1 parent 8092e4b commit c011204

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ jobs:
4747

4848
- name: check commits
4949
run: ./convcommitlint -b main --create-review="true" --comment-drafts="false"
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)