Skip to content

Commit

Permalink
Merge pull request #4 from simatic-ax/Test-for-axis
Browse files Browse the repository at this point in the history
test
  • Loading branch information
sjuergen authored Sep 7, 2023
2 parents 3744810 + 90e33ab commit ef583d3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/apax_install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# this workflow is useful to the apax install via setup-apax-runner@teststage.
# This can be used, to pre test the action before it bill be released
name: test-apax-install
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: "Checkout actions repository"
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: "Setup the apax runner"
uses: simatic-ax/actions/setup-apax-runner@teststage
with:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}

- name: "Login to simatic-ax registry"
if: ${{ inputs.LOGIN_SIMATIC_AX }}
run: |
apax login --registry "https://npm.pkg.github.com" --password "${{ secrets.SIMATIC_AX_TOKEN }}"

0 comments on commit ef583d3

Please sign in to comment.