ci: add GITHUB_TOKEN env to commitlint workflow

This commit is contained in:
Jeroen de Bruijn 2020-03-27 20:08:24 +01:00
parent d023e16ac6
commit 9867c3d296
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F

View file

@ -14,3 +14,5 @@ jobs:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v1.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}