diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 221a5f42..16cbfa76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,6 @@ jobs: fetch-depth: 0 - name: Lint commit messages uses: wagoid/commitlint-github-action@v2.1.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} lint: needs: [cleanup]