Skip to content

Commit

Permalink
added CI task to publish to galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Jun 24, 2021
1 parent 1f73ec2 commit 75fd705
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: publish new releases to ansible galaxy

on:
release:
types:
- published

jobs:

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

0 comments on commit 75fd705

Please sign in to comment.