Skip to content

feat(icingadb): add the ability to configure IcingaDB settings (#39) #7

feat(icingadb): add the ability to configure IcingaDB settings (#39)

feat(icingadb): add the ability to configure IcingaDB settings (#39) #7

Workflow file for this run

---
name: Release to Ansible Galaxy
on:
push:
tags:
- '*'
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 }}