Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Create ansible-galaxy.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspaans authored Sep 19, 2020
1 parent 04d1a81 commit fd8307f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ansible-galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Release to Ansible Galaxy

on:
push:
tags:
- "v*"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Release Ansible Role to Galaxy
uses: hspaans/[email protected]
with:
api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit fd8307f

Please sign in to comment.