diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 070dbc79b..ea01a1426 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,8 +75,9 @@ jobs: - name: Checkout releases uses: actions/checkout@v6 with: - persist-credentials: false + persist-credentials: true ref: ${{ env.RELEASES_BRANCH }} + token: ${{ secrets.PAT }} - name: Configure git signing run: |