Skip to content

Commit

Permalink
Merge pull request #64 from simatic-ax/sjuergen-patch-2
Browse files Browse the repository at this point in the history
fix workflows
  • Loading branch information
sjuergen authored Sep 7, 2023
2 parents 68a62f1 + 181b6d1 commit 9a37d3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
uses: simatic-ax/actions/.github/workflows/apax-build.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
with:
ACTIONS_REF: stable
LOGIN_SIMATIC_AX: true
Expand All @@ -14,5 +15,6 @@ jobs:
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

0 comments on commit 9a37d3e

Please sign in to comment.