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