From d861b57534e1444b9bc7e379821109a3090ae6c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 16 Feb 2026 19:58:32 +0100 Subject: [PATCH] ci: use protected token for documentation checkout --- .github/workflows/release-please.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 97bb0bc42..c6e4d3507 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -135,6 +135,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + token: ${{ secrets.GH_TOKEN_PROTECTED }} - name: Setup pnpm uses: pnpm/action-setup@v4 -- 2.53.0