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

Commit

Permalink
Create ansible-galaxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgcv authored Oct 29, 2021
1 parent fbfdcc5 commit 92a8a02
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ansible-galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Ansible Galaxy Import

on:
push:
branches:
- master
tags:
- v1.*

jobs:
galaxy-sync:

runs-on: ubuntu-latest

steps:
- uses: 0x022b/galaxy-role-import-action@v1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit 92a8a02

Please sign in to comment.