Skip to content

Commit

Permalink
Adds action to push to Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
michielfuture500 committed Oct 3, 2023
1 parent e97c097 commit e440d90
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push-to-ansible-galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

---
name: push-to-ansible-galaxy

on:
push:
tags:
- "v*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit e440d90

Please sign in to comment.