We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05d5426 + 8d25c17 commit a16fd5bCopy full SHA for a16fd5b
.github/workflows/publish-collection.yml
@@ -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
0 commit comments