From a9aee3c2a86db64caa7cbe4790134bde02c50018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Wed, 7 Feb 2024 11:48:28 +0100 Subject: [PATCH] add build workflow --- .github/workflows/build-library.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/build-library.yml diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml new file mode 100644 index 0000000..e2c2e29 --- /dev/null +++ b/.github/workflows/build-library.yml @@ -0,0 +1,10 @@ +on: push + +jobs: + test-apax-lib: + uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable + secrets: + APAX_TOKEN: ${{ secrets.APAX_TOKEN }} + SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }} + with: + LOGIN_SIMATIC_AX: true