Skip to content

Release the ansible collection to Ansible Galaxy and Ansible Automation Hub #14

Release the ansible collection to Ansible Galaxy and Ansible Automation Hub

Release the ansible collection to Ansible Galaxy and Ansible Automation Hub #14

Workflow file for this run

---
name: Release the ansible collection to Ansible Galaxy and Ansible Automation Hub
on:
release:
types: [published]
jobs:
release:
uses: ansible/team-devtools/.github/workflows/release_collection.yml@main
with:
environment: release
secrets:
ah_token: ${{ secrets.AH_TOKEN }}
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}