Skip to content

Publish Ansible role to Galaxy #1

Publish Ansible role to Galaxy

Publish Ansible role to Galaxy #1

Workflow file for this run

---
name: Publish Ansible role to Galaxy
on:
workflow_call:
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish Ansible role to Galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}