rockylinux-ostree-config/bootserver/roles/robertdebock.dhcpd/.github/workflows/galaxy.yml
Richard Arends 00e6636813 First
2022-06-06 12:11:09 +02:00

19 lines
317 B
YAML

---
#
# Ansible managed
#
name: Release to Ansible Galaxy
on:
release:
types: [created, edited, published, released]
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.1.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}