Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ThKindler committed Oct 20, 2023
1 parent c37c3ba commit 07c6aaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
@ThKindler @DavidDKo

0 comments on commit 07c6aaa

Please sign in to comment.