File tree Expand file tree Collapse file tree 3 files changed +4
-31
lines changed Expand file tree Collapse file tree 3 files changed +4
-31
lines changed Original file line number Diff line number Diff line change 1
1
on : push
2
2
3
3
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 :
14
5
uses : simatic-ax/actions/.github/workflows/apax-build-test.yml@stable
15
6
secrets :
16
7
APAX_TOKEN : ${{ secrets.APAX_TOKEN }}
8
+ SIMATIC_AX_TOKEN : ${{ secrets.DEPLOY_KEY}}
17
9
with :
18
10
LOGIN_SIMATIC_AX : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
secrets :
11
11
APAX_TOKEN : ${{ secrets.APAX_TOKEN }}
12
12
DEPLOY_KEY : ${{ secrets.DEPLOY_KEY }}
13
-
13
+ APAX_SIGNKEY : ${{ secrets.APAX_SIGNKEY }}
14
14
with :
15
- VERSION : ${{ github.ref_name }}
15
+ VERSION : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments