Skip to content

Commit

Permalink
replace workflows by newer workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 7, 2024
1 parent 6e45a54 commit 64e7526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 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
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
LOGIN_SIMATIC_AX: true
19 changes: 0 additions & 19 deletions .github/workflows/lint.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }}

with:
VERSION: ${{ github.ref_name }}

0 comments on commit 64e7526

Please sign in to comment.