From 83f5b094024adaf40197fda701e1b7804bc1eb19 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 29 Dec 2023 09:50:50 -0700 Subject: [PATCH] ci: use a fine-grained token instead --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca08cd3..a82f074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Trunk Check uses: trunk-io/trunk-action@v1