ansible-role-grub/.github/workflows/galaxy.yml
2020-05-18 13:51:01 +02:00

23 lines
324 B
YAML

---
#
# Ansible managed
#
name: Release to Ansible Galaxy
on:
push:
tags:
- '*'
schedule:
- cron: '7 7 7 * *'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.0.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}