Fix galaxy import

This commit is contained in:
Faustin Lammler 2025-07-03 16:32:53 +02:00
parent 4320564ca8
commit b148d1092d
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,5 @@
---
name: trigger galaxy import
name: Galaxy-NG Roles Import
on:
push:
@ -7,12 +7,18 @@ on:
- "*"
jobs:
trigger:
build:
name: Galaxy Role Importer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Galaxy
uses: robertdebock/galaxy-action@1.2.1
- name: "Checkout git repo"
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: "Release on galaxy"
uses: ansible-actions/ansible-galaxy-action@v1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: main