Skip to content

galaxy

galaxy #63

Workflow file for this run

name: galaxy
on:
push:
tags:
- '*'
schedule:
- cron: '0 18 * * sun'
jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: Release to Ansible Galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}