From 166e69fc63de0f06f4666315ceba3b816b079cdc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 22 Jul 2025 12:50:48 +0300 Subject: [PATCH] fix(ci): add checkout to pr-lint with creds --- .github/workflows/pr-lint.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 60dec62..8df8f38 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -16,10 +16,12 @@ jobs: name: PR Lint runs-on: ubuntu-latest permissions: - contents: write # only for delete-branch option + contents: write issues: write pull-requests: write statuses: write - steps: + - uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} - uses: ivuorinen/actions/pr-lint@8476cd4675ea8210eadf4a267bbeb13bddea4e75 # 25.7.21