From 83146ee3f63adca1e7df110c5432e0cbc2db30d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=A4ml?= Date: Wed, 27 May 2026 15:16:19 +0200 Subject: [PATCH] fix(downstream): dont persist credentials --- downstream/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/downstream/action.yml b/downstream/action.yml index 4931690..8ab30be 100644 --- a/downstream/action.yml +++ b/downstream/action.yml @@ -63,6 +63,8 @@ runs: steps: - name: Checkout uses: actions/checkout@v6 + with: + persist-credentials: false - uses: shopware/octo-sts-action@main if: ${{ ! inputs.token }} id: sts