Skip to content

Merge pull request #63 from simatic-ax/update_sdk #4

Merge pull request #63 from simatic-ax/update_sdk

Merge pull request #63 from simatic-ax/update_sdk #4

Workflow file for this run

on:
push:
# Pattern matched against refs/tags
tags:
- '*'
jobs:
release-apax-lib:
uses: simatic-ax/actions/.github/workflows/apax-publish.yml@stable

Check failure on line 9 in .github/workflows/release-library.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-library.yml

Invalid workflow file

The workflow is not valid. .github/workflows/release-library.yml (Line: 9, Col: 11): Secret APAX_SIGNKEY is required, but not provided while calling.
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
with:
VERSION: ${{ github.ref_name }}