Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

v1.0.0

v1.0.0 #1

Workflow file for this run

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