diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index bf7a377..60cf892 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -2,7 +2,7 @@ name: Lint PR on: pull_request: - branches: [ "main" ] + branches: ["main"] jobs: lint: @@ -12,3 +12,5 @@ jobs: pull-requests: read steps: - uses: ammann/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}