2021-02-13 14:20:18 +01:00
|
|
|
---
|
|
|
|
#
|
|
|
|
# Ansible managed
|
|
|
|
#
|
|
|
|
|
|
|
|
name: Release to Ansible Galaxy
|
|
|
|
|
|
|
|
on:
|
|
|
|
release:
|
|
|
|
types: [created, edited, published, released]
|
|
|
|
jobs:
|
|
|
|
release:
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
steps:
|
|
|
|
- name: galaxy
|
2023-02-17 12:06:35 +01:00
|
|
|
uses: robertdebock/galaxy-action@1.2.0
|
2021-02-13 14:20:18 +01:00
|
|
|
with:
|
|
|
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|