Skip to content

v6.1.3

v6.1.3 #11

Workflow file for this run

---
name: "Release collection"
on: # yamllint disable-line rule:truthy
release:
types: [published]
jobs:
release:
uses: ansible/ansible-content-actions/.github/workflows/release.yaml@main
with:
environment: release
secrets:
ah_token: ${{ secrets.AH_TOKEN }}
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}