From 515dd9becc5df7ae7a3157ac4c3189942c614f44 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 28 Jan 2026 12:21:41 +0100 Subject: [PATCH] build: sign path setup 3 --- .github/workflows/signpath-code-signing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/signpath-code-signing.yml b/.github/workflows/signpath-code-signing.yml index 48f41a10e9..1a52d395bd 100644 --- a/.github/workflows/signpath-code-signing.yml +++ b/.github/workflows/signpath-code-signing.yml @@ -42,7 +42,8 @@ jobs: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} project-slug: ${{ secrets.SIGNPATH_PROJECT_SLUG }} - signing-policy-slug: 'release-signing' + # signing-policy-slug: 'release-signing' + signing-policy-slug: 'test-signing' artifact-configuration-slug: 'setup' github-artifact-id: ${{ steps.upload-unsigned.outputs.artifact-id }} output-artifact-directory: '.tmp/app-builds-signed/'