From 651dcd74f57d82d1c6417d4276a929f472722273 Mon Sep 17 00:00:00 2001 From: Pierre-Michel Brown Date: Tue, 25 Jun 2024 17:39:26 +0200 Subject: [PATCH] fix: add token to checkout branch release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bf019a..96144f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: - name: Checkout branch 🛎 uses: actions/checkout@v4 with: + token: ${{ secrets.CI_GITHUB_TOKEN }} fetch-depth: 0 - name: Install pnpm 👨🏻‍💻