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