From 8de42d9ff3eda1c05c2802c5b5c88bf2c4fcc7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Fri, 20 Dec 2024 14:08:11 +0100 Subject: [PATCH] build: do not act in interactive mode --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f43d6720..c9aacea9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: - name: Sign PHAR file using Cosign run: | - cosign sign-blob --output-signature n98-magerun2.phar.sig n98-magerun2.phar + cosign sign-blob --yes --output-signature n98-magerun2.phar.sig n98-magerun2.phar - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v6