Skip to content

Commit cc0273f

Browse files
committed
ci: distribute workflows for libraries
1 parent 8446f32 commit cc0273f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/build-library.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: push
2+
3+
jobs:
4+
test-apax-lib:
5+
uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable
6+
secrets:
7+
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
8+
SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
9+
with:
10+
LOGIN_SIMATIC_AX: true

.github/workflows/release-library.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets:
1111
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
1212
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
13+
APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }}
1314

1415
with:
1516
VERSION: ${{ github.ref_name }}
16-
RUN_BUILD: false

0 commit comments

Comments
 (0)