From f3892cd91512fa9bd4df9f6da79f8d51c2b8cf82 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 31 Oct 2025 10:00:49 +0100 Subject: [PATCH] ci(actions): Explicitly persist credentials Signed-off-by: Joas Schilling --- .github/workflows/composer-auto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/composer-auto.yml b/.github/workflows/composer-auto.yml index b745a7a91..e0ba1f24b 100644 --- a/.github/workflows/composer-auto.yml +++ b/.github/workflows/composer-auto.yml @@ -74,6 +74,7 @@ jobs: - name: Checkout ${{ needs.init.outputs.head_ref }} uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: + persist-credentials: true token: ${{ secrets.COMMAND_BOT_PAT }} fetch-depth: 0 ref: ${{ needs.init.outputs.head_ref }}