Skip to content

Release to Ansible Galaxy #26

Release to Ansible Galaxy

Release to Ansible Galaxy #26

Workflow file for this run

---
name: Release to Ansible Galaxy
on:
push:
tags:
- '*'
schedule:
- cron: '1 10 14 * *'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}