From 74b81c27c4e72427919c69cb8b4498cd8cac3239 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Sat, 28 Mar 2026 01:28:48 -0400 Subject: [PATCH] Fix release push: persist-credentials false when app token is used --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7ad89cc..c9f2a6d 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,9 @@ runs: - name: Checkout if: inputs.checkout == 'true' - uses: actions/checkout@v5 + uses: actions/checkout@v6 + with: + persist-credentials: ${{ inputs.release-app-id == '' }} - name: Detect Release id: release-detect