Skip to content

Commit e89551a

Browse files
authored
ci: add 'Publish Ansible role to Galaxy' action
1 parent d549931 commit e89551a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish Ansible role to Galaxy
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: checkout
10+
uses: actions/checkout@v2
11+
- name: galaxy
12+
uses: robertdebock/galaxy-action@1.2.0
13+
with:
14+
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 commit comments

Comments
 (0)