Skip to content

push to ansible galaxy #108

push to ansible galaxy

push to ansible galaxy #108

Workflow file for this run

---
name: push to ansible galaxy
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
jobs:
galaxy:
name: galaxy
runs-on: ubuntu-22.04
steps:
- name: Check out the codebase
uses: actions/checkout@v4
- name: Deploy Ansible Galaxy Collection
uses: artis3n/ansible_galaxy_collection@v2.8.3
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'