Skip to content

CA-8429: add example rulebook and playbook for local tests #14

CA-8429: add example rulebook and playbook for local tests

CA-8429: add example rulebook and playbook for local tests #14

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 }}