Skip to content

Deploy Collection to galaxy #22

Deploy Collection to galaxy

Deploy Collection to galaxy #22

name: Deploy Collection to galaxy
on:
release:
types:
- published
jobs:
release_galaxy:
uses: ansible/ansible-content-actions/.github/workflows/release_galaxy.yaml@main
with:
environment: release
secrets:
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}