diff --git a/.github/workflows/lint-commit-messages.yml b/.github/workflows/lint-commit-messages.yml index 5d71f5e5..7a31e4c6 100644 --- a/.github/workflows/lint-commit-messages.yml +++ b/.github/workflows/lint-commit-messages.yml @@ -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 }}