Skip to content

Commit 76343a7

Browse files
committed
update workflows
1 parent 46510cd commit 76343a7

File tree

4 files changed

+19
-118
lines changed

4 files changed

+19
-118
lines changed

.github/workflows/github-action-release_for_template.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/lint-repo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
on: push
2+
jobs:
3+
lint-repo-and-markdown:
4+
uses: simatic-ax/actions/.github/workflows/check-repository.yml@stable

.github/workflows/lint.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
push:
3+
# Pattern matched against refs/tags
4+
tags:
5+
- '*'
6+
7+
jobs:
8+
release-apax-lib:
9+
uses: simatic-ax/actions/.github/workflows/apax-publish.yml@stable
10+
secrets:
11+
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
12+
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
13+
14+
with:
15+
VERSION: ${{ github.ref_name }}

0 commit comments

Comments
 (0)