Skip to content

Commit 0d2f561

Browse files
authored
Merge pull request #4 from stackhpc/main-workflows
feat: automatic update of workflows main
2 parents 67daf35 + 62540ca commit 0d2f561

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Publish Ansible Collection
3+
'on':
4+
push:
5+
tags:
6+
- "v?[0-9]+.[0-9]+.[0-9]+"
7+
workflow_dispatch:
8+
jobs:
9+
publish_collection:
10+
uses: stackhpc/.github/.github/workflows/publish-collection.yml@main
11+
secrets:
12+
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}

.github/workflows/publish_collection.yml

-10
This file was deleted.

0 commit comments

Comments
 (0)