mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-14 02:54:29 +05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df8ecd5cdc | ||
|
|
5e9576258e |
19
.github/workflows/public-galaxy.yml
vendored
Normal file
19
.github/workflows/public-galaxy.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Public to Ansible Galaxy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "role" ]
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish Ansible role to Galaxy
|
||||
uses: robertdebock/galaxy-action@1.2.1
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||
git_branch: role
|
||||
Reference in New Issue
Block a user