From ada86f418ecb82e3911d73d7bd70765192ff63f3 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 4 Feb 2026 16:34:02 -0800 Subject: [PATCH] ci(release): use the release token for the git checkout action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c13cc8b6..e91af91ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: with: ref: develop fetch-depth: 0 + token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - name: Semantic Release id: release