Skip to content

Commit

Permalink
Add action to publish on Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 12, 2023
1 parent fb6fd8b commit 4e360b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/galaxy_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish on Galaxy
on:
push:
tags:
- "*"

jobs:
galaxy-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Ansible Publish
uses: ansible/ansible-publish-action@v1.0.0
with:
api_key: ${{ secrets.GALAXY_API_KEY }}

0 comments on commit 4e360b2

Please sign in to comment.