Skip to content

Release to Ansible Galaxy #5

Release to Ansible Galaxy

Release to Ansible Galaxy #5

Workflow file for this run

---
name: Release to Ansible Galaxy
on: # yamllint disable-line rule:truthy
workflow_dispatch:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: publish to galaxy
uses: ansible-actions/ansible-galaxy-action@v1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}