mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
ci: add GITHUB_TOKEN env to commitlint workflow
This commit is contained in:
parent
d023e16ac6
commit
9867c3d296
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint-commit-messages.yml
vendored
2
.github/workflows/lint-commit-messages.yml
vendored
|
|
@ -14,3 +14,5 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Lint commit messages
|
- name: Lint commit messages
|
||||||
uses: wagoid/commitlint-github-action@v1.6.0
|
uses: wagoid/commitlint-github-action@v1.6.0
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue