diff --git a/.github/workflows/build-library.yml b/.github/workflows/build-library.yml index 7975d79..999175e 100644 --- a/.github/workflows/build-library.yml +++ b/.github/workflows/build-library.yml @@ -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 @@ -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 \ No newline at end of file + LOGIN_SIMATIC_AX: true