Skip to content

Commit

Permalink
Add github action to push release to galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bmillemathias committed Dec 24, 2020
1 parent 6e5de05 commit 138f26c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Release to Ansible Galaxy

on:
push:
tags:
- '*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit 138f26c

Please sign in to comment.