Skip to content

Add GitHub action to push role in Galaxy #3

Add GitHub action to push role in Galaxy

Add GitHub action to push role in Galaxy #3

---
name: Push to Galaxy
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
git_branch: main
path: roles/ansible_network_routing