From c5eb30981c54b9bce2cc876e733696ae5fd716b0 Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Wed, 7 Jan 2026 10:35:54 +0100 Subject: [PATCH] fix: add variable identifiers for secrets.APAX_SIGNKEY_V2 --- .github/workflows/application-example-release-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/application-example-release-workflow.yml b/.github/workflows/application-example-release-workflow.yml index 150f2b7..fdd0bf8 100644 --- a/.github/workflows/application-example-release-workflow.yml +++ b/.github/workflows/application-example-release-workflow.yml @@ -59,7 +59,7 @@ jobs: - name: Pack the template uses: simatic-ax/actions/apax-pack@v4 with: - key: secrets.APAX_SIGNKEY_V2 + key: ${{ secrets.APAX_SIGNKEY_V2 }} key-version: "v2" path: ${{ env.TEMPLATE_PATH }}