Skip to content

Use latest integration workflow #49

Use latest integration workflow

Use latest integration workflow #49

Workflow file for this run

---
name: Ansible Galaxy
on:
push:
branches:
- main
tags:
- "*"
jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}