From: Jérôme Benoit Date: Mon, 16 Feb 2026 18:58:32 +0000 (+0100) Subject: ci: use protected token for documentation checkout X-Git-Tag: v5.3.0~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d861b57534e1444b9bc7e379821109a3090ae6c9;p=poolifier.git ci: use protected token for documentation checkout --- 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