Skip to content

Commit 927c05b

Browse files
chore: update signing key to version 2
1 parent 76dffb2 commit 927c05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/application-example-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Pack the template
6060
uses: simatic-ax/actions/apax-pack@v3
6161
with:
62-
key: ${{ secrets.APAX_SIGNKEY }}
62+
key: ${{ secrets.APAX_SIGNKEY_V2 }}
6363
path: ${{ env.TEMPLATE_PATH }}
6464

6565
- name: Login to required registries
@@ -75,4 +75,4 @@ jobs:
7575
registries: |
7676
https://npm.pkg.github.com
7777
tag: latest
78-
path: ${{ env.TEMPLATE_PATH }}
78+
path: ${{ env.TEMPLATE_PATH }}

0 commit comments

Comments
 (0)