We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9495b36 + a719c96 commit 9ed8bd1Copy full SHA for 9ed8bd1
1 file changed
.github/workflows/package-release-workflow.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Package source code
57
uses: simatic-ax/actions/apax-pack@v3
58
with:
59
- key: ${{ secrets.APAX_SIGNKEY }}
+ key: ${{ secrets.APAX_SIGNKEY_V2 }}
60
61
- name: Login to required registries
62
uses: simatic-ax/actions/apax-login@v3
@@ -69,4 +69,4 @@ jobs:
69
uses: simatic-ax/actions/apax-publish@v3
70
71
registries: |
72
- https://npm.pkg.github.com
+ https://npm.pkg.github.com
0 commit comments