We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8092e4b commit c011204Copy full SHA for c011204
1 file changed
.github/workflows/test.yaml
@@ -47,3 +47,5 @@ jobs:
47
48
- name: check commits
49
run: ./convcommitlint -b main --create-review="true" --comment-drafts="false"
50
+ env:
51
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments