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.
1 parent c108266 commit f58de2bCopy full SHA for f58de2b
.github/workflows/release.yml
@@ -6,9 +6,10 @@ on:
6
jobs:
7
release:
8
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
9
- secrets: inherit
10
with:
11
collection_fqcn: 'middleware_automation.common'
+ secrets:
12
+ galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
13
14
dispatch:
15
needs: release
galaxy.yml
@@ -1,7 +1,7 @@
1
---
2
namespace: middleware_automation
3
name: common
4
-version: "1.1.2"
+version: "1.1.3"
5
readme: README.md
authors:
- Andrew Block <ablock@redhat.com>
0 commit comments