Skip to content

Commit 30eeb6f

Browse files
Merge pull request #15 from simatic-ax/chore/new_signing_key
chore: update signing key , use new actions v4 and apax image
2 parents 76dffb2 + fd1a87a commit 30eeb6f

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: call-development
2929
runs-on: ubuntu-24.04
3030
container:
31-
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
31+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
3232
credentials:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
@@ -41,38 +41,39 @@ jobs:
4141
fetch-depth: 0
4242

4343
- name: Version package
44-
uses: simatic-ax/actions/apax-version@v3
44+
uses: simatic-ax/actions/apax-version@v4
4545
with:
4646
version: ${{ github.event.release.tag_name }}
4747

4848
- name: Templatify repository
49-
uses: simatic-ax/actions/apax-templatify@v3
49+
uses: simatic-ax/actions/apax-templatify@v4
5050
with:
5151
version: ${{ github.event.release.tag_name }}
5252

5353
- name: Version package
54-
uses: simatic-ax/actions/apax-version@v3
54+
uses: simatic-ax/actions/apax-version@v4
5555
with:
5656
version: ${{ github.event.release.tag_name }}
5757
path: ${{ env.TEMPLATE_PATH }}/template
5858

5959
- name: Pack the template
60-
uses: simatic-ax/actions/apax-pack@v3
60+
uses: simatic-ax/actions/apax-pack@v4
6161
with:
62-
key: ${{ secrets.APAX_SIGNKEY }}
62+
key: secrets.APAX_SIGNKEY_V2
63+
key-version: "v2"
6364
path: ${{ env.TEMPLATE_PATH }}
6465

6566
- name: Login to required registries
66-
uses: simatic-ax/actions/apax-login@v3
67+
uses: simatic-ax/actions/apax-login@v4
6768
with:
6869
apax-token: ${{ secrets.APAX_TOKEN }}
6970
registries: |
7071
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}
7172
7273
- name: Publish apax package
73-
uses: simatic-ax/actions/apax-publish@v3
74+
uses: simatic-ax/actions/apax-publish@v4
7475
with:
7576
registries: |
7677
https://npm.pkg.github.com
7778
tag: latest
78-
path: ${{ env.TEMPLATE_PATH }}
79+
path: ${{ env.TEMPLATE_PATH }}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Build and Test
2626
runs-on: ubuntu-24.04
2727
container:
28-
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
28+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
2929
credentials:
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
@@ -36,22 +36,22 @@ jobs:
3636
ref: ${{ inputs.ref != '' && inputs.ref || github.ref }}
3737

3838
- name: Login to required registries
39-
uses: simatic-ax/actions/apax-login@v3
39+
uses: simatic-ax/actions/apax-login@v4
4040
with:
4141
apax-token: ${{ secrets.APAX_TOKEN }}
4242
registries: |
4343
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}
4444
4545
- name: Install dependencies
46-
uses: simatic-ax/actions/apax-install@v3
46+
uses: simatic-ax/actions/apax-install@v4
4747
with:
4848
immutable: true
4949

5050
- name: Build source code
51-
uses: simatic-ax/actions/apax-build@v3
51+
uses: simatic-ax/actions/apax-build@v4
5252

5353
- name: Test source code
54-
uses: simatic-ax/actions/apax-test@v3
54+
uses: simatic-ax/actions/apax-test@v4
5555

5656
- name: Check links
5757
uses: gaurav-nelson/github-action-markdown-link-check@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ obj
55
MonitorData.json
66
apax-lock.json
77
*.bak
8+
/.vs

0 commit comments

Comments
 (0)