summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
blob: 7a2c493caac609eccd7b308f416f5c52a2dfe863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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 }}