From 0e6abbc10e8aebeebe61f115d94df2aef09159fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Sun, 1 Jun 2025 20:57:36 +0100 Subject: [PATCH] fixup! ci: add action-semantic-pull-request --- .github/workflows/lint-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 731623c..26b5cd8 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -12,5 +12,5 @@ jobs: # pull-requests: read steps: - uses: amannn/action-semantic-pull-request@v5 - # env: - # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}