mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
packaging: publish on ansible galaxy on release
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
d92cdcd0ba
commit
389038d37f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -25,3 +25,8 @@ jobs:
|
|||
file_glob: true
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
|
||||
- name: "Publish collection on galaxy"
|
||||
uses: ansible/ansible-publish-action@v1
|
||||
with:
|
||||
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
||||
|
|
Loading…
Reference in a new issue