From b6fcc2b8b14d052eb93d218a8c50e6b6093f1fb1 Mon Sep 17 00:00:00 2001 From: simatic-ax-bot Date: Wed, 25 Oct 2023 21:36:51 +0000 Subject: [PATCH] ci: distribute workflows for libraries --- .github/workflows/build-library.yml | 6 +++--- .github/workflows/release-library.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml index cac6b8d..51fa2e2 100644 --- a/.github/workflows/build-library.yml +++ b/.github/workflows/build-library.yml @@ -1,10 +1,10 @@ on: push jobs: - build-and-test-lib: + 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}} + SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }} with: - LOGIN_SIMATIC_AX: true + LOGIN_SIMATIC_AX: true \ No newline at end of file diff --git a/.github/workflows/release-library.yml b/.github/workflows/release-library.yml index de13f76..af6befe 100644 --- a/.github/workflows/release-library.yml +++ b/.github/workflows/release-library.yml @@ -11,5 +11,6 @@ jobs: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }} + with: VERSION: ${{ github.ref_name }}