We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8446f32 commit cc0273fCopy full SHA for cc0273f
.github/workflows/build-library.yml
@@ -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
@@ -10,7 +10,7 @@ jobs:
secrets:
11
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
12
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
13
+ APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }}
14
15
with:
16
VERSION: ${{ github.ref_name }}
- RUN_BUILD: false
0 commit comments