Skip to content

⚡️ IMPROVE: update image workflows plugin #3

⚡️ IMPROVE: update image workflows plugin

⚡️ IMPROVE: update image workflows plugin #3

Workflow file for this run

---
name: Publish on Ansible Galaxy
on:
push:
tags:
- "*"
jobs:
publish:
name: Publish on Ansible Galaxy
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Release Ansible Role to Galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}