From 76c6b4fb550935423968291561cdaa76a7e429b4 Mon Sep 17 00:00:00 2001 From: ReinerSchinkoethe <157693339+ReinerSchinkoethe@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:25:01 +0100 Subject: [PATCH] chore: update signing key to version 2 --- .github/workflows/application-example-release-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/application-example-release-workflow.yml b/.github/workflows/application-example-release-workflow.yml index 3c77358..f9eb3f4 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@v3 with: - key: ${{ secrets.APAX_SIGNKEY }} + key: ${{ secrets.APAX_SIGNKEY_V2 }} path: ${{ env.TEMPLATE_PATH }} - name: Login to required registries @@ -75,4 +75,4 @@ jobs: registries: | https://npm.pkg.github.com tag: latest - path: ${{ env.TEMPLATE_PATH }} \ No newline at end of file + path: ${{ env.TEMPLATE_PATH }}