Skip to content

Commit c5feeba

Browse files
authored
Merge pull request #26 from simatic-ax/bot/manual-update-global-workflow-main-s4gzte
ci: distribute workflows for libraries
2 parents 63d69a6 + cc0273f commit c5feeba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)