From 059423ce00baca88cbdc8c7acbe539fe4d31dcf3 Mon Sep 17 00:00:00 2001 From: Adam Bovill Date: Tue, 5 Aug 2025 07:45:24 +0000 Subject: [PATCH] feat(lint): passes github-token through to pre-commit Passes the github-token value through to pre-commit so that it can access private repos. --- lint/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lint/action.yaml b/lint/action.yaml index b3e52ec..49c637c 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -36,5 +36,6 @@ runs: - name: Run pre-commit uses: open-turo/action-pre-commit@v3 with: + github-token: ${{ inputs.github-token }} s3-bucket-name: ${{ inputs.s3-bucket-name }} s3-bucket-region: ${{ inputs.s3-bucket-region }}