Files
offline_kubespray/collection/ansible/utils/.github/workflows/release.yml
2024-02-23 16:37:40 +09:00

15 lines
360 B
YAML

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