Skip to content

Commit 9ed8bd1

Browse files
Merge pull request #29 from simatic-ax/chore/new_signing_key
chore: update signing key to version 2
2 parents 9495b36 + a719c96 commit 9ed8bd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Package source code
5757
uses: simatic-ax/actions/apax-pack@v3
5858
with:
59-
key: ${{ secrets.APAX_SIGNKEY }}
59+
key: ${{ secrets.APAX_SIGNKEY_V2 }}
6060

6161
- name: Login to required registries
6262
uses: simatic-ax/actions/apax-login@v3
@@ -69,4 +69,4 @@ jobs:
6969
uses: simatic-ax/actions/apax-publish@v3
7070
with:
7171
registries: |
72-
https://npm.pkg.github.com
72+
https://npm.pkg.github.com

0 commit comments

Comments
 (0)