From 084e26110558dde772a85304199af4f3656c154d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Sun, 1 Jun 2025 20:46:22 +0100 Subject: [PATCH] fixup! ci: add action-semantic-pull-request --- .github/workflows/lint-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}