Skip to content

Commit

Permalink
Merge pull request #63 from simatic-ax/test_apax_install
Browse files Browse the repository at this point in the history
run_wf
  • Loading branch information
simatic-ax-bot authored Nov 29, 2023
2 parents a2e6c29 + c553d50 commit 8277606
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test_wf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: test-apax
on:
workflow_call:
secrets:
APAX_TOKEN:
description: "Access token for installing apax sdk"
required: true
SIMATIC_AX_TOKEN:
description: "Access token for installing packages from github registry, required if LOGIN_SIMATIC_AX is true"
required: false
inputs:
LOGIN_SIMATIC_AX:
type: boolean
default: false
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@stable
with:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}

0 comments on commit 8277606

Please sign in to comment.