You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Publish Ansible Collection
1.0.2
Build and publish an Ansible Collection to Ansible Galaxy.
Required Ansible Galaxy API key.
This should be stored in a Secret on GitHub. See Creating and Using Secrets Encrypted Variables.
Default: galaxy.yml
A collection must have a galaxy.yml file that contains the necessary information to build a collection artifact. Defaults to galaxy.yml
in the project root.
- name: Build and Deploy Collection
uses: arillso/action.ansible.collection@master
with:
api_key: '3fe6ff42edm793ddei5'
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2020, Arillso