Skip to content

Release the ansible collection #2

Release the ansible collection

Release the ansible collection #2

Workflow file for this run

---
name: Release the ansible collection
"on":
release:
types: [published]
jobs:
release:
uses: ansible/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 }}