Skip to content

Deploy collection to Ansible Galaxy #2

Deploy collection to Ansible Galaxy

Deploy collection to Ansible Galaxy #2

Workflow file for this run

---
name: Deploy collection to Ansible Galaxy
on:
create:
tags:
- "v*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Build and Deploy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: "${{ secrets.GALAXY_API_KEY }}"