Skip to content

Commit 3d6122d

Browse files
authored
Merge pull request #1 from simatic-ax/update-cicd
update workflows
2 parents d6a5a21 + 576a5ec commit 3d6122d

File tree

3 files changed

+4
-31
lines changed

3 files changed

+4
-31
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
on: push
22

33
jobs:
4-
build-apax-lib:
5-
uses: simatic-ax/actions/.github/workflows/apax-build.yml@stable
6-
secrets:
7-
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
8-
with:
9-
ACTIONS_REF: stable
10-
LOGIN_SIMATIC_AX: true
11-
12-
test-apax-lib:
13-
needs: build-apax-lib
4+
build-and-test-lib:
145
uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable
156
secrets:
167
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
8+
SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY}}
179
with:
1810
LOGIN_SIMATIC_AX: true

.github/workflows/lint.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/release-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
secrets:
1111
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
1212
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
13-
13+
APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }}
1414
with:
15-
VERSION: ${{ github.ref_name }}
15+
VERSION: ${{ github.ref_name }}

0 commit comments

Comments
 (0)