mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
22 lines
390 B
YAML
22 lines
390 B
YAML
---
|
|
name: 🌌 Galaxy import
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
import:
|
|
name: 🚀 Galaxy Action
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v2
|
|
- name: galaxy
|
|
uses: robertdebock/galaxy-action@1.1.0
|
|
with:
|
|
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|