mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-23 07:33:37 +05:00
22 lines
469 B
YAML
22 lines
469 B
YAML
name: Public to Ansible Galaxy
|
|
|
|
on:
|
|
push:
|
|
branches: [ "master" ]
|
|
paths:
|
|
- .github/**
|
|
- domain_routing_openwrt/**
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v4
|
|
- name: Publish Ansible role to Galaxy
|
|
uses: itdoginfo/galaxy-action@1
|
|
with:
|
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
|
path: domain_routing_openwrt
|
|
git_branch: master
|