Skip to content

Create ansible-galaxy-publish.yml #1

Create ansible-galaxy-publish.yml

Create ansible-galaxy-publish.yml #1

name: anible-galaxy-publish
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Ansible Publish
# You may pin to the exact commit or the version.
# uses: ansible/ansible-publish-action@a56a0328c92c1d4feedf5bd7f7cf7ec7a4ae3f09
uses: ansible/[email protected]
with:
api_key: ${{ secrets.galaxy_api_key }}