From 07c6aaad795d052777f85ab9834f4ca7e79cf956 Mon Sep 17 00:00:00 2001 From: Thomas Kindler Date: Fri, 20 Oct 2023 14:36:13 +0200 Subject: [PATCH] update pipeline --- .github/workflows/build-library.yml | 12 ++---------- .github/workflows/release-library.yml | 4 ++-- CODEOWNERS | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml index 7975d79..d4e8d5b 100644 --- a/.github/workflows/build-library.yml +++ b/.github/workflows/build-library.yml @@ -1,18 +1,10 @@ on: push jobs: - build-apax-lib: - uses: simatic-ax/actions/.github/workflows/apax-build.yml@stable - secrets: - APAX_TOKEN: ${{ secrets.APAX_TOKEN }} - with: - ACTIONS_REF: stable - LOGIN_SIMATIC_AX: true - - test-apax-lib: - needs: build-apax-lib + build-and-test-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 \ No newline at end of file diff --git a/.github/workflows/release-library.yml b/.github/workflows/release-library.yml index c516032..41070d1 100644 --- a/.github/workflows/release-library.yml +++ b/.github/workflows/release-library.yml @@ -10,6 +10,6 @@ jobs: secrets: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - + APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }} with: - VERSION: ${{ github.ref_name }} + VERSION: ${{ github.ref_name }} \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index fe72692..d31f24c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # These owners will be the default owners for everything in the repo. # Unless a later match takes precedence, the listed user will be # requested for review when someone opens a pull request. -# * @ThKindler @DavidDKo \ No newline at end of file +@ThKindler @DavidDKo \ No newline at end of file